projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] sky2: save/restore base hardware irq during suspend/resume
[linux-2.6]
/
arch
/
mips
/
lasat
/
sysctl.h
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 */