diff options
Diffstat (limited to 'include/bl32/tsp/tsp.h')
-rw-r--r-- | include/bl32/tsp/tsp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl32/tsp/tsp.h b/include/bl32/tsp/tsp.h index 43bba8f5..ed4792e5 100644 --- a/include/bl32/tsp/tsp.h +++ b/include/bl32/tsp/tsp.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#ifndef __TSP_H__ -#define __TSP_H__ +#ifndef TSP_H +#define TSP_H /* * SMC function IDs that TSP uses to signal various forms of completions @@ -107,4 +107,4 @@ typedef struct tsp_vectors { #endif /* __ASSEMBLY__ */ -#endif /* __TSP_H__ */ +#endif /* TSP_H */ |