Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 150 of file psparse.c.
Referenced by AcpiInstallMethod(), and AcpiPsGetAmlOpcode().
{ /* Extended (2-byte) opcode if > 255 */ if (Opcode > 0x00FF) { return (2); } /* Otherwise, just a single byte opcode */ return (1); }