You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
537 B
33 lines
537 B
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
|