summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk2007-02-12 09:55:01 +0100
committerLinus Torvalds2007-02-12 18:48:42 +0100
commitf9506a53b446bc942c79584d3ce442d6334de697 (patch)
tree43b9f4d82e31ec2af75fa79bb2201de1e48648f5 /include
parent[PATCH] cyber2010 framebuffer on ARM Netwinder fix (diff)
downloadkernel-qcow2-linux-f9506a53b446bc942c79584d3ce442d6334de697.tar.gz
kernel-qcow2-linux-f9506a53b446bc942c79584d3ce442d6334de697.tar.xz
kernel-qcow2-linux-f9506a53b446bc942c79584d3ce442d6334de697.zip
[PATCH] proper prototype for tosh_smm()
Add a proper prototype for tosh_smm() to include/linux/toshiba.h Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/toshiba.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/toshiba.h b/include/linux/toshiba.h
index 916e5e3a699b..6a7c4edf0e13 100644
--- a/include/linux/toshiba.h
+++ b/include/linux/toshiba.h
@@ -33,4 +33,6 @@ typedef struct {
unsigned int edi __attribute__ ((packed));
} SMMRegisters;
+int tosh_smm(SMMRegisters *regs);
+
#endif