/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * i8k.h -- Linux driver for accessing the SMM BIOS on Dell laptops * * Copyright (C) 2001 Massimo Dal Zotto <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at your option) any * later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #ifndef _LINUX_I8K_H #define _LINUX_I8K_H #define I8K_PROC … #define I8K_PROC_FMT … #define I8K_BIOS_VERSION … #define I8K_MACHINE_ID … #define I8K_POWER_STATUS … #define I8K_FN_STATUS … #define I8K_GET_TEMP … #define I8K_GET_SPEED … #define I8K_GET_FAN … #define I8K_SET_FAN … #define I8K_FAN_LEFT … #define I8K_FAN_RIGHT … #define I8K_FAN_OFF … #define I8K_FAN_LOW … #define I8K_FAN_HIGH … #define I8K_FAN_TURBO … #define I8K_FAN_MAX … #define I8K_VOL_UP … #define I8K_VOL_DOWN … #define I8K_VOL_MUTE … #define I8K_AC … #define I8K_BATTERY … #endif