aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_72/HIIFormLabel/Data.h
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-26 15:05:19 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-26 15:05:19 +0300
commitd6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c (patch)
treedd514455aacecfd7435550c3ddde36010465b55c /Lessons/Lesson_72/HIIFormLabel/Data.h
parente67d65c139322903a282abcc605ba7089f9991ec (diff)
downloadUEFI-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 'Lessons/Lesson_72/HIIFormLabel/Data.h')
-rw-r--r--Lessons/Lesson_72/HIIFormLabel/Data.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Lessons/Lesson_72/HIIFormLabel/Data.h b/Lessons/Lesson_72/HIIFormLabel/Data.h
new file mode 100644
index 0000000..0ba704d
--- /dev/null
+++ b/Lessons/Lesson_72/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