Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops 
0003  *
0004  * Copyright (c) 1996-2000  Jonathan A. Buzzard (jonathan@buzzard.org.uk)
0005  *
0006  * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers
0007  * on making sure the structure is aligned and packed.
0008  */
0009 #ifndef _LINUX_TOSHIBA_H
0010 #define _LINUX_TOSHIBA_H
0011 
0012 #include <uapi/linux/toshiba.h>
0013 
0014 int tosh_smm(SMMRegisters *regs);
0015 #endif