13 lines
242 B
C
13 lines
242 B
C
|
/*
|
||
|
* Copyright (c) 2020 Intel Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef ZEPHYR_INCLUDE_TIMING_TYPES_H_
|
||
|
#define ZEPHYR_INCLUDE_TIMING_TYPES_H_
|
||
|
|
||
|
typedef uint64_t timing_t;
|
||
|
|
||
|
#endif /* ZEPHYR_INCLUDE_TIMING_TYPES_H_ */
|