/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Copyright (C) 2010 John Crispin */ #ifndef _LTQ_DEV_DWC_H__ #define _LTQ_DEV_DWC_H__ #include extern void __init xway_register_dwc(int pin); #endif