repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Allow raw_notifier callouts to unregister themselves
[linux-2.6/linux-mips.git]
/
arch
/
mips
/
lasat
/
sysctl.h
blob
4d139d2adbdf622d880ad0a306327e040e9fd275
1
/*
2
* LASAT sysctl values
3
*/
4
5
#ifndef _LASAT_SYSCTL_H
6
#define _LASAT_SYSCTL_H
7
8
/* /proc/sys/lasat */
9
enum
{
10
LASAT_CPU_HZ
=
1
,
11
LASAT_BUS_HZ
,
12
LASAT_MODEL
,
13
LASAT_PRID
,
14
LASAT_IPADDR
,
15
LASAT_NETMASK
,
16
LASAT_BCAST
,
17
LASAT_PASSWORD
,
18
LASAT_SBOOT
,
19
LASAT_RTC
,
20
LASAT_NAMESTR
,
21
LASAT_TYPESTR
,
22
};
23
24
#endif
/* _LASAT_SYSCTL_H */