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:
cinap_lenrek 2013-09-07 14:40:24 +02:00
parent 81618e61df
commit cf166c3850
4 changed files with 50 additions and 4 deletions

View file

@ -44,6 +44,8 @@ int amldebug;
extern void* amlalloc(int);
extern void amlfree(void*);
extern void amldelay(int); /* microseconds */
enum {
MemSpace = 0x00,
IoSpace = 0x01,