blob: 2e0b7dd1b57be14958a52237c9799b10b5e58b3d [file] [log] [blame]
Thomas Gleixner3e0a4e82019-05-23 11:14:55 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/* toshiba.h -- Linux driver for accessing the SMM on Toshiba laptops
3 *
4 * Copyright (c) 1996-2000 Jonathan A. Buzzard (jonathan@buzzard.org.uk)
5 *
6 * Thanks to Juergen Heinzl <juergen@monocerus.demon.co.uk> for the pointers
7 * on making sure the structure is aligned and packed.
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#ifndef _LINUX_TOSHIBA_H
10#define _LINUX_TOSHIBA_H
11
David Howells607ca462012-10-13 10:46:48 +010012#include <uapi/linux/toshiba.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Adrian Bunkf9506a52007-02-12 00:55:01 -080014int tosh_smm(SMMRegisters *regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif