move files-3.3 -> files
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / lantiq / xway / dev-dwc_otg.h
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
8 */
9
10 #ifndef _LTQ_DEV_DWC_H__
11 #define _LTQ_DEV_DWC_H__
12
13 #include <lantiq_platform.h>
14
15 extern void __init xway_register_dwc(int pin);
16
17 #endif