summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-02-27 11:51:52 -0500
committerJeff Garzik <jeff@garzik.org>2006-02-27 11:51:52 -0500
commit1ed82ae3df3882bfcb5bfe5e9f97e4e8e23af299 (patch)
tree7f30dbdccd6c28aa4e8f2c9edb7813a7ae78097b /include/linux/sysctl.h
parent11fff8287fdaeb700df79aa8253650b60c7b21e2 (diff)
parentcccc65a3b60edaf721cdee5a14f68ba009341822 (diff)
Merge branch 'upstream'
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 32a4139c4ad8..0e92bf7ec28e 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -146,6 +146,7 @@ enum
KERN_RANDOMIZE=68, /* int: randomize virtual address space */
KERN_SETUID_DUMPABLE=69, /* int: behaviour of dumps for setuid core */
KERN_SPIN_RETRY=70, /* int: number of spinlock retries */
+ KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */
};