diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-05 14:57:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-05 14:57:38 +0200 |
commit | bc2a5d9b1e1db8927f7c10725eec5a073968c9d5 (patch) | |
tree | 3cb88a9a26c51286f99daea3acb968cb69a3e717 /sys/include/aml.h | |
parent | 3ccc8224be30ed01a30a4d92ca868df4e98a13fd (diff) |
aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)
Diffstat (limited to 'sys/include/aml.h')
-rw-r--r-- | sys/include/aml.h | 1 |
1 files changed, 1 insertions, 0 deletions
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* |