repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git]
/
include
/
linux
/
hpfs_fs.h
blob
a5028dd94d3105a4c78b42a62047dcbf3f213b88
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