#ifndef _DRIVERS_FIRMWARE_EFI_TEST_H_
#define _DRIVERS_FIRMWARE_EFI_TEST_H_
#include <linux/efi.h>
struct efi_getvariable { … } __packed;
struct efi_setvariable { … } __packed;
struct efi_getnextvariablename { … } __packed;
struct efi_queryvariableinfo { … } __packed;
struct efi_gettime { … } __packed;
struct efi_settime { … } __packed;
struct efi_getwakeuptime { … } __packed;
struct efi_setwakeuptime { … } __packed;
struct efi_getnexthighmonotoniccount { … } __packed;
struct efi_querycapsulecapabilities { … } __packed;
struct efi_resetsystem { … } __packed;
#define EFI_RUNTIME_GET_VARIABLE …
#define EFI_RUNTIME_SET_VARIABLE …
#define EFI_RUNTIME_GET_TIME …
#define EFI_RUNTIME_SET_TIME …
#define EFI_RUNTIME_GET_WAKETIME …
#define EFI_RUNTIME_SET_WAKETIME …
#define EFI_RUNTIME_GET_NEXTVARIABLENAME …
#define EFI_RUNTIME_QUERY_VARIABLEINFO …
#define EFI_RUNTIME_GET_NEXTHIGHMONOTONICCOUNT …
#define EFI_RUNTIME_QUERY_CAPSULECAPABILITIES …
#define EFI_RUNTIME_RESET_SYSTEM …
#define EFI_RUNTIME_GET_SUPPORTED_MASK …
#endif