Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
ddbc09ab
Commit
ddbc09ab
authored
Aug 09, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 09, 2021
Browse files
Merge "fix: avoid redefinition of 'efi_guid' structure" into integration
parents
87311b4c
f34322c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/css/sgi/sgi_ras.c
View file @
ddbc09ab
...
...
@@ -20,13 +20,6 @@
static
int
sgi_ras_intr_handler
(
const
struct
err_record_info
*
err_rec
,
int
probe_data
,
const
struct
err_handler_data
*
const
data
);
struct
efi_guid
{
uint32_t
data1
;
uint16_t
data2
;
uint16_t
data3
;
uint8_t
data4
[
8
];
};
typedef
struct
mm_communicate_header
{
struct
efi_guid
header_guid
;
size_t
message_len
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment