libaml: amldelay(), _OSI(), fix bug in Load() (from plhk's acpi patch)
export amldelay() for microsecond sleeps. implement _OSI() method. fix rwreg argument in evalload()
This commit is contained in:
parent
81618e61df
commit
cf166c3850
4 changed files with 50 additions and 4 deletions
|
@ -44,6 +44,8 @@ int amldebug;
|
|||
extern void* amlalloc(int);
|
||||
extern void amlfree(void*);
|
||||
|
||||
extern void amldelay(int); /* microseconds */
|
||||
|
||||
enum {
|
||||
MemSpace = 0x00,
|
||||
IoSpace = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue