mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 19:41:46 +00:00
Coding STyle cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
6f99eec3dc
commit
7e30f5eac7
1 changed files with 34 additions and 34 deletions
|
@ -15,8 +15,8 @@ typedef struct SESR_args {
|
|||
unsigned short usIRQMask; /* interrupt mask */
|
||||
unsigned long ulMessageSize; /* message length in bytes */
|
||||
unsigned long ulSFEntryPoint; /* entry point of secure function */
|
||||
unsigned long ulMessagePtr; /* pointer to the buffer containing
|
||||
the digital signature and message */
|
||||
unsigned long ulMessagePtr; /* pointer to the buffer containing */
|
||||
/* the digital signature and message */
|
||||
unsigned long ulReserved1; /* reserved */
|
||||
unsigned long ulReserved2; /* reserved */
|
||||
} tSESR_args;
|
||||
|
|
Loading…
Add table
Reference in a new issue