dosfstools
4.2
About: dosfstools are utilities to create, check and label (MS-DOS) FAT filesystems.
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
Functions | |
int | get_linux_version (void) |
#define KERNEL_VERSION | ( | a, | |
b, | |||
c | |||
) | (((a) << 16) + ((b) << 8) + (c)) |
Definition at line 9 of file linux_version.h.
int get_linux_version | ( | void | ) |
Definition at line 6 of file linux_version.c.
References KERNEL_VERSION.
Referenced by blkdev_get_size().