Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / linux / toshiba.h
CommitLineData
3e0a4e85 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
2/* 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.
1da177e4 8 */
1da177e4
LT
9#ifndef _LINUX_TOSHIBA_H
10#define _LINUX_TOSHIBA_H
11
607ca46e 12#include <uapi/linux/toshiba.h>
1da177e4 13
f9506a53 14int tosh_smm(SMMRegisters *regs);
1da177e4 15#endif