2 Header file for EFI Variable Services.
4 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>
6 This program and the accompanying materials are licensed and made available
7 under the terms and conditions of the BSD License which accompanies this
8 distribution. The full text of the license may be found at:
9 http://opensource.org/licenses/bsd-license.php
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 File Name: VariableFormat.h
18 #ifndef __VARIABLE_FORMAT_H__
19 #define __VARIABLE_FORMAT_H__
21 #define VARIABLE_STORE_SIGNATURE EFI_SIGNATURE_32 ('$', 'V', 'S', 'S')
23 #define VARIABLE_DATA 0x55AA
26 // Variable Store Header flags
28 #define VARIABLE_STORE_FORMATTED 0x5a
29 #define VARIABLE_STORE_HEALTHY 0xfe
40 } VARIABLE_STORE_HEADER
;
54 #endif // _EFI_VARIABLE_H_