Skip to content

Commit

Permalink
Fix CSE build
Browse files Browse the repository at this point in the history
Signed-off-by: Shrikant Temburwar <[email protected]>
  • Loading branch information
shrikant1407 committed Jun 4, 2024
1 parent ced6960 commit 2bcd0c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions cse/clear_cse.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
#include <stdlib.h>
#include <string.h>

#define MEI_FDO \
UUID_LE(0x125405E0, 0xFCA9, 0x4110, 0x8F, 0x88, 0xB4, 0xDB, 0xCD, \
0xCB, 0x87, 0x6F)
DEFINE_GUID(MEI_FDO, 0x125405E0, 0xFCA9, 0x4110, 0x8F, 0x88, 0xB4, 0xDB, 0xCD,
0xCB, 0x87, 0x6F);

/**
* Initialize HECI
Expand Down
5 changes: 2 additions & 3 deletions cse/cse_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
#include <linux/mei.h>
#include <metee.h>

#define MEI_FDO \
UUID_LE(0x125405E0, 0xFCA9, 0x4110, 0x8F, 0x88, 0xB4, 0xDB, 0xCD, \
0xCB, 0x87, 0x6F)
DEFINE_GUID(MEI_FDO, 0x125405E0, 0xFCA9, 0x4110, 0x8F, 0x88, 0xB4, 0xDB, 0xCD,
0xCB, 0x87, 0x6F);

/**
* Initialize HECI
Expand Down

0 comments on commit 2bcd0c4

Please sign in to comment.