mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00: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)
|