cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

toshiba.h (460B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      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.
      8 */
      9#ifndef _LINUX_TOSHIBA_H
     10#define _LINUX_TOSHIBA_H
     11
     12#include <uapi/linux/toshiba.h>
     13
     14int tosh_smm(SMMRegisters *regs);
     15#endif