projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6
[linux-2.6]
/
include
/
linux
/
hpfs_fs.h
1
#ifndef _LINUX_HPFS_FS_H
2
#define _LINUX_HPFS_FS_H
3
4
/* HPFS magic number (word 0 of block 16) */
5
6
#define HPFS_SUPER_MAGIC 0xf995e849
7
8
#endif