34 lines
504 B
Modula-2
34 lines
504 B
Modula-2
LIBRARY ACPIKE
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Unassemble a scope
|
|
;
|
|
UnAsmScope
|
|
|
|
;
|
|
; Unassemble an entire file
|
|
;
|
|
UnAsmDSDT
|
|
|
|
;
|
|
; Initialize the engine
|
|
;
|
|
UnAsmLoadDSDT
|
|
|
|
;
|
|
; Parse a switch
|
|
;
|
|
ParseSwitches
|
|
|
|
;
|
|
; Initialize Program Data
|
|
;
|
|
ParseProgramInfo
|
|
|
|
;
|
|
; Is the table loaded?
|
|
;
|
|
IsDSDTLoaded
|