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
"git@web.lueluesay.top:root/arm-trusted-firmware.git" did not exist on "8b95f81ce6e23d1e068db07c6e8ef9f4855ff98e"
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 @@
...
@@ -20,13 +20,6 @@
static
int
sgi_ras_intr_handler
(
const
struct
err_record_info
*
err_rec
,
static
int
sgi_ras_intr_handler
(
const
struct
err_record_info
*
err_rec
,
int
probe_data
,
int
probe_data
,
const
struct
err_handler_data
*
const
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
{
typedef
struct
mm_communicate_header
{
struct
efi_guid
header_guid
;
struct
efi_guid
header_guid
;
size_t
message_len
;
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