diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-mediatek/reset.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-mediatek/reset.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-mediatek/reset.h b/roms/u-boot/arch/arm/include/asm/arch-mediatek/reset.h new file mode 100644 index 000000000..4ba0bad94 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-mediatek/reset.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2018 MediaTek Inc. + */ + +#ifndef __MEDIATEK_RESET_H +#define __MEDIATEK_RESET_H + +struct udevice; + +int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs); + +#endif /* __MEDIATEK_RESET_H */ |