mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
12 lines
223 B
C
12 lines
223 B
C
/*
|
|
* Copyright (c) 2021, Patrick Meyer <git@the-space.agency>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <AK/Types.h>
|
|
|
|
typedef volatile u64 kcov_pc_t;
|
|
#define KCOV_ENTRY_SIZE sizeof(kcov_pc_t)
|