xref: /freebsd/sys/arm/ti/omap4/pandaboard/pandaboard.h (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1*8917c565SOlivier Houchard /*-
2*8917c565SOlivier Houchard  * Copyright (c) 2016 Olivier Houchard <cognet@FreeBSD.org>
3*8917c565SOlivier Houchard  * All rights reserved.
4*8917c565SOlivier Houchard  *
5*8917c565SOlivier Houchard  * Redistribution and use in source and binary forms, with or without
6*8917c565SOlivier Houchard  * modification, are permitted provided that the following conditions
7*8917c565SOlivier Houchard  * are met:
8*8917c565SOlivier Houchard  * 1. Redistributions of source code must retain the above copyright
9*8917c565SOlivier Houchard  *    notice, this list of conditions and the following disclaimer.
10*8917c565SOlivier Houchard  * 2. Redistributions in binary form must reproduce the above copyright
11*8917c565SOlivier Houchard  *    notice, this list of conditions and the following disclaimer in the
12*8917c565SOlivier Houchard  *    documentation and/or other materials provided with the distribution.
13*8917c565SOlivier Houchard  *
14*8917c565SOlivier Houchard  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15*8917c565SOlivier Houchard  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16*8917c565SOlivier Houchard  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17*8917c565SOlivier Houchard  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18*8917c565SOlivier Houchard  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19*8917c565SOlivier Houchard  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20*8917c565SOlivier Houchard  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21*8917c565SOlivier Houchard  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22*8917c565SOlivier Houchard  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23*8917c565SOlivier Houchard  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24*8917c565SOlivier Houchard  */
25*8917c565SOlivier Houchard 
26*8917c565SOlivier Houchard #ifndef _PANDABOARD_H_
27*8917c565SOlivier Houchard #define _PANDABOARD_H_
28*8917c565SOlivier Houchard void pandaboard_usb_hub_init(void);
29*8917c565SOlivier Houchard #endif /* _OMAP4_MP_H_ */
30