start io subsystem
This commit is contained in:
19
driver/counter_io_calls.h
Normal file
19
driver/counter_io_calls.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef _COUNTER_IO_CALLS_H_
|
||||
#define _COUNTER_IO_CALLS_H_
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#include <stdint.h>
|
||||
#define u64 uint64_t
|
||||
#define u32 uint32_t
|
||||
#endif
|
||||
|
||||
struct observation {
|
||||
u64 ts_sec;
|
||||
u64 ts_nsec;
|
||||
u32 value;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* _COUNTER_IO_CALLS_H_ */
|
Reference in New Issue
Block a user