1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
Files
openwrt-xburst/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-ifxhcd.h
blogic 1048c7b452 [lantiq] move files/ -> files-3.3/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-02 20:07:02 +00:00

18 lines
456 B
C

/*
* 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) 2012 John Crispin <blogic@openwrt.org>
*/
#ifndef _LTQ_DEV_HCD_H__
#define _LTQ_DEV_HCD_H__
#include <lantiq_platform.h>
extern void __init xway_register_hcd(int *pin);
#endif