aml_opcode
struct aml_opcode **aml_ophash;
struct aml_opcode aml_table[] = {
aml_ophash = (struct aml_opcode **)acpi_os_malloc(HASH_SIZE *
sizeof(struct aml_opcode *));
struct aml_opcode *
struct aml_opcode *hop;
struct aml_opcode *htab;
struct aml_opcode *tab;
struct aml_opcode *htab;
struct aml_opcode *aml_findopcode(int);