From bc2a5d9b1e1db8927f7c10725eec5a073968c9d5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 5 Jun 2016 14:57:38 +0200 Subject: aml: define amlintmask and set it according to DSDT revision (64bit / 32bit) --- sys/include/aml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include/aml.h') diff --git a/sys/include/aml.h b/sys/include/aml.h index d1864a60c..27c31d003 100644 --- a/sys/include/aml.h +++ b/sys/include/aml.h @@ -36,6 +36,7 @@ void amldrop(void *); void* amlroot; int amldebug; +uvlong amlintmask; #pragma varargck type "V" void* #pragma varargck type "N" void* -- cgit v1.2.3