Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/include/
Dacpixf.h203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
204 Prototype;
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
209 Prototype;
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
214 Prototype;
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
219 Prototype;
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
224 Prototype;
[all …]
/acpica-latest/source/include/platform/
Daclinux.h231 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
232 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
233 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
234 static ACPI_INLINE Prototype {return(AE_OK);}
235 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
236 static ACPI_INLINE Prototype {return;}
237 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
238 static ACPI_INLINE Prototype {return(0);}
239 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
240 static ACPI_INLINE Prototype {return(NULL);}
/acpica-latest/documents/
Dchanges.txt12789 (Prototype and assistance from Dong Wei)