From cf166c38502cdde9ca2ab5de3c4dad70b58328c2 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 7 Sep 2013 14:40:24 +0200 Subject: 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() --- sys/include/aml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/include/aml.h') diff --git a/sys/include/aml.h b/sys/include/aml.h index 915e1e4e2..d1864a60c 100644 --- a/sys/include/aml.h +++ b/sys/include/aml.h @@ -44,6 +44,8 @@ int amldebug; extern void* amlalloc(int); extern void amlfree(void*); +extern void amldelay(int); /* microseconds */ + enum { MemSpace = 0x00, IoSpace = 0x01, -- cgit v1.2.3