summaryrefslogtreecommitdiff
path: root/sys/include/aml.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-09-07 14:40:24 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-09-07 14:40:24 +0200
commitcf166c38502cdde9ca2ab5de3c4dad70b58328c2 (patch)
tree386196dd1a92df8c6337fac0a4b8823377cdfb1e /sys/include/aml.h
parent81618e61df9a640f756d6f9194904d0c817b98b9 (diff)
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()
Diffstat (limited to 'sys/include/aml.h')
-rw-r--r--sys/include/aml.h2
1 files changed, 2 insertions, 0 deletions
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,