xref: /rk3399_rockchip-uboot/arch/arm/include/asm/bootm.h (revision 0a672d494d3e5d6265aefc4f450584875e2319ea)
1*0a672d49SSimon Schwarz /* Copyright (C) 2011
2*0a672d49SSimon Schwarz  * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
3*0a672d49SSimon Schwarz  *
4*0a672d49SSimon Schwarz  * This program is free software; you can redistribute it and/or modify
5*0a672d49SSimon Schwarz  * it under the terms of the GNU General Public License as published by
6*0a672d49SSimon Schwarz  * the Free Software Foundation; either version 2 of the License, or
7*0a672d49SSimon Schwarz  * (at your option) any later version.
8*0a672d49SSimon Schwarz  *
9*0a672d49SSimon Schwarz  * This program is distributed in the hope that it will be useful,
10*0a672d49SSimon Schwarz  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*0a672d49SSimon Schwarz  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*0a672d49SSimon Schwarz  * GNU General Public License for more details.
13*0a672d49SSimon Schwarz  *
14*0a672d49SSimon Schwarz  * You should have received a copy of the GNU General Public License
15*0a672d49SSimon Schwarz  * along with this program; if not, write to the Free Software
16*0a672d49SSimon Schwarz  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17*0a672d49SSimon Schwarz  *
18*0a672d49SSimon Schwarz  */
19*0a672d49SSimon Schwarz #ifndef ARM_BOOTM_H
20*0a672d49SSimon Schwarz #define ARM_BOOTM_H
21*0a672d49SSimon Schwarz 
22*0a672d49SSimon Schwarz #ifdef CONFIG_USB_DEVICE
23*0a672d49SSimon Schwarz extern void udc_disconnect(void);
24*0a672d49SSimon Schwarz #endif
25*0a672d49SSimon Schwarz 
26*0a672d49SSimon Schwarz #endif
27