From d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 26 Mar 2022 15:05:19 +0300 Subject: Add lesson 72 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_72/HIIFormLabel/Data.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Lessons/Lesson_72/HIIFormLabel/Data.h (limited to 'Lessons/Lesson_72/HIIFormLabel/Data.h') 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 -- cgit v1.2.3-18-g5258