diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-26 15:05:19 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-26 15:05:19 +0300 |
commit | d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c (patch) | |
tree | dd514455aacecfd7435550c3ddde36010465b55c /UefiLessonsPkg/HIIFormLabel/Data.h | |
parent | e67d65c139322903a282abcc605ba7089f9991ec (diff) | |
download | UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.gz UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.bz2 UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.zip |
Add lesson 72
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/HIIFormLabel/Data.h')
-rw-r--r-- | UefiLessonsPkg/HIIFormLabel/Data.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormLabel/Data.h b/UefiLessonsPkg/HIIFormLabel/Data.h new file mode 100644 index 0000000..0ba704d --- /dev/null +++ b/UefiLessonsPkg/HIIFormLabel/Data.h @@ -0,0 +1,9 @@ +#ifndef _DATA_H_ +#define _DATA_H_ + +#define FORMSET_GUID {0x29caf8e0, 0x2788, 0x4e1c, {0xb6, 0x15, 0x5b, 0xf8, 0x2f, 0x06, 0x7a, 0xa5}} + +#define LABEL_START 0x1111 +#define LABEL_END 0x2222 + +#endif |