mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
arm: socfpga: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2f66ddfa0b
commit
efaa699446
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#ifndef _SECURE_REG_HELPER_H_
|
||||
#define _SECURE_REG_HELPER_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_SDMMC 1
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC0 2
|
||||
#define SOCFPGA_SECURE_REG_SYSMGR_SOC64_EMAC1 3
|
||||
|
|
Loading…
Add table
Reference in a new issue