avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
13
u-boot/arch/arm/include/asm/arch-omap3/musb.h
Normal file
13
u-boot/arch/arm/include/asm/arch-omap3/musb.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* (C) Copyright 2012
|
||||
* Ilya Yanok, <ilya.yanok@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARCH_OMAP3_MUSB_H
|
||||
#define __ASM_ARCH_OMAP3_MUSB_H
|
||||
extern void am35x_musb_reset(void);
|
||||
extern void am35x_musb_phy_power(u8 on);
|
||||
extern void am35x_musb_clear_irq(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user