diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 | 
| commit | d776ccceca14a93812a2f15904c3b09af20ec866 (patch) | |
| tree | 3c4130d38f3eb26390bdfd2c5b63b97ad6b4f369 /source/include/aclocal.h | |
| parent | cf46a5c46848b2092d8f2a6125fe23d2b68b4160 (diff) | |
Notes
Diffstat (limited to 'source/include/aclocal.h')
| -rw-r--r-- | source/include/aclocal.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h index f487a4ec9bf0..58c09379ccdc 100644 --- a/source/include/aclocal.h +++ b/source/include/aclocal.h @@ -328,7 +328,6 @@ typedef struct acpi_namespace_node  #define ANOBJ_EVALUATED                 0x20    /* Set on first evaluation of node */  #define ANOBJ_ALLOCATED_BUFFER          0x40    /* Method AML buffer is dynamic (InstallMethod) */ -#define IMPLICIT_EXTERNAL               0x02    /* iASL only: This object created implicitly via External */  #define ANOBJ_IS_EXTERNAL               0x08    /* iASL only: This object created via External() */  #define ANOBJ_METHOD_NO_RETVAL          0x10    /* iASL only: Method has no return value */  #define ANOBJ_METHOD_SOME_NO_RETVAL     0x20    /* iASL only: Method has at least one return value */  | 
