Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
msdos_fs.h
Go to the documentation of this file.
1
#ifndef _LINUX_MSDOS_FS_H
2
#define _LINUX_MSDOS_FS_H
3
4
#include <
uapi/linux/msdos_fs.h
>
5
6
/* media of boot sector */
7
static
inline
int
fat_valid_media(
u8
media)
8
{
9
return
0xf8 <= media || media == 0xf0;
10
}
11
#endif
/* !_LINUX_MSDOS_FS_H */
Generated on Thu Jan 10 2013 14:52:01 for Linux Kernel by
1.8.2