Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
3 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "fix: avoid redefinition of 'efi_guid' structure" into integration
parents
87311b4c
f34322c1
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/arm/css/sgi/sgi_ras.c
+0
-7
plat/arm/css/sgi/sgi_ras.c
with
0 additions
and
7 deletions
+0
-7
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
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help