summaryrefslogtreecommitdiffhomepage
path: root/dev/generic_kits/BenchKit/Chrono.h
blob: 98f3d9805ef26cae6640afdf6e28e90b7bc3dfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -------------------------------------------

Copyright (C) 2025, Amlal El Mahrouss, all rights reserved.

------------------------------------------- */

#ifndef BENCHKIT_CHRONO_H
#define BENCHKIT_CHRONO_H

#include <NewKit/Defines.h>

namespace Kernel {
class ChronoInterface;
}  // namespace Kernel

#endif  // BENCHKIT_CHRONO_H