repo.or.cz
/
linux
/
fpc-iii.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 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
tools
/
lib
/
api
/
fs
/
fs.h
blob
cb7049551f335d6a7dbcb108933ba8e9d16e5e59
1
#ifndef __API_FS__
2
#define __API_FS__
3
4
#ifndef SYSFS_MAGIC
5
#define SYSFS_MAGIC 0x62656572
6
#endif
7
8
#ifndef PROC_SUPER_MAGIC
9
#define PROC_SUPER_MAGIC 0x9fa0
10
#endif
11
12
const char
*
sysfs__mountpoint
(
void
);
13
const char
*
procfs__mountpoint
(
void
);
14
#endif
/* __API_FS__ */