summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/include/soc/me.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/include/soc/me.h')
-rw-r--r--src/soc/intel/jasperlake/include/soc/me.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/jasperlake/include/soc/me.h b/src/soc/intel/jasperlake/include/soc/me.h
index 94331b4c9e..0fab6d582a 100644
--- a/src/soc/intel/jasperlake/include/soc/me.h
+++ b/src/soc/intel/jasperlake/include/soc/me.h
@@ -12,8 +12,8 @@
* GNU General Public License for more details.
*/
-#ifndef _TIGERLAKE_ME_H_
-#define _TIGERLAKE_ME_H_
+#ifndef _JASPERLAKE_ME_H_
+#define _JASPERLAKE_ME_H_
/* ME Host Firmware Status register 1 */
union me_hfsts1 {
@@ -52,4 +52,4 @@ union me_hfsts3 {
u32 reserved_30: 2;
} __packed fields;
};
-#endif /* _TIGERLAKE_ME_H_ */
+#endif /* _JASPERLAKE_ME_H_ */