File: direct.h

package info (click to toggle)
toshset 1.73-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 484 kB
  • ctags: 572
  • sloc: sh: 3,589; cpp: 2,938; ansic: 1,057; makefile: 190
file content (17 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

/*
  code for direct access to the Toshiba BIOS registers- this does not use 
/dev/toshiba, and most likely will not work under ACPI.
 */

//#include "smm.h"

int dHciFunction(SMMRegisters *reg);
int dHciGetBiosVersion();
int dHciGetMachineID(int *id);

int dSciSupportCheck(int *version);
int dSciOpenInterface();
int dSciCloseInterface();
int dSciGet(SMMRegisters *reg);
int dSciSet(SMMRegisters *reg);