dosfstools
4.2
About:
dosfstools
are utilities to create, check and label (MS-DOS) FAT filesystems.
Fossies
Dox
:
dosfstools-4.2.tar.gz
("unofficial" and yet experimental doxygen-generated source code documentation)
linux_version.h
Go to the documentation of this file.
1
#ifndef LINUX_VERSION_H
2
#define LINUX_VERSION_H
3
4
#ifdef HAVE_LINUX_VERSION_H
5
# include <linux/version.h>
6
#endif
7
8
#ifndef KERNEL_VERSION
9
# define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
10
#endif
11
12
int
get_linux_version
(
void
);
13
14
#endif
/* LINUX_VERSION_H */
get_linux_version
int get_linux_version(void)
Definition:
linux_version.c:6
src
blkdev
linux_version.h
Generated by
1.9.2