mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Fix typo in file Header guard
Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Iaf6deaeee2069720518221157edbb052bc42850a
This commit is contained in:
parent
9935047b20
commit
49fe535bce
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef SCP_H_
|
||||
#ifndef SCP_H
|
||||
#define SCP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue