Deleted Added
full compact
6c6
< * $Revision: 74 $
---
> * $Revision: 75 $
572c572
< /* bit fields in MethodFlags byte */
---
> /* Bit fields in MethodFlags byte */
574,576c574,576
< #define METHOD_FLAGS_ARG_COUNT 0x07
< #define METHOD_FLAGS_SERIALIZED 0x08
< #define METHOD_FLAGS_SYNCH_LEVEL 0xF0
---
> #define AML_METHOD_ARG_COUNT 0x07
> #define AML_METHOD_SERIALIZED 0x08
> #define AML_METHOD_SYNCH_LEVEL 0xF0
577a578
> /* METHOD_FLAGS_ARG_COUNT is not used internally, define additional flags */
578a580,584
> #define AML_METHOD_INTERNAL_ONLY 0x01
> #define AML_METHOD_RESERVED1 0x02
> #define AML_METHOD_RESERVED2 0x04
>
>