]>
Git Repo - linux.git/blob - tools/virtio/linux/types.h
19 typedef uint64_t __u64;
20 typedef int64_t __s64;
21 typedef uint32_t __u32;
22 typedef int32_t __s32;
23 typedef uint16_t __u16;
24 typedef int16_t __s16;
This page took 0.032744 seconds and 4 git commands to generate.