1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops
7 * on making sure the structure is aligned and packed.
9 #ifndef _LINUX_TOSHIBA_H
10 #define _LINUX_TOSHIBA_H
12 #include <uapi/linux/toshiba.h>
14 int tosh_smm(SMMRegisters *regs);