DEBSOURCES
Skip Quicknav
sources / fio / 3.41-2 / os / kcompat.h
123456789
#ifndef _KCOMPAT_H_ #define _KCOMPAT_H_ #include <stdint.h> #define u64 uint64_t #define u32 uint32_t #endif