repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git]
/
include
/
linux
/
msdos_fs.h
blob
e1b163f912fbf0ad484c2435d08577f7929452b6
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 */