Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 2 of 2) sorted by relevance

/include/acpi/platform/
Daclinux.h92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
95 static ACPI_INLINE prototype {return(AE_OK);}
96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
97 static ACPI_INLINE prototype {return;}
98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
99 static ACPI_INLINE prototype {return(0);}
100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
101 static ACPI_INLINE prototype {return(NULL);}
/include/acpi/
Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
61 prototype;
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
66 prototype;
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
71 prototype;
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
76 prototype;
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
81 prototype;
[all …]