projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into...
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
include
/
linux
/
msdos_fs.h
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 */