Searched defs:ACPI_IS_ROOT_PREFIX (Results 1 – 2 of 2) sorted by relevance
363 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (u8) 0x5C) /* Backslash */ macro