diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-01-31 21:00:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-01-31 21:00:50 +0000 |
commit | b8d99458ffe83a3c782e26e0cd07d26d41bfeefc (patch) | |
tree | 7aed13aaf7a1311c8c63979af5d23c6c13049bfd /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h | |
parent | a8f779a9f7a9f12bd2f4b863a131e8d2a605109c (diff) | |
download | mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.zip mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.tar.gz mtk-20170518-b8d99458ffe83a3c782e26e0cd07d26d41bfeefc.tar.bz2 |
move files to files-2.6.30, to ease newer kernel integration
SVN-Revision: 19471
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h deleted file mode 100644 index c0fce83..0000000 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_timer.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef BCM63XX_TIMER_H_ -#define BCM63XX_TIMER_H_ - -int bcm63xx_timer_register(int id, void (*callback)(void *data), void *data); -void bcm63xx_timer_unregister(int id); -int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us); -int bcm63xx_timer_enable(int id); -int bcm63xx_timer_disable(int id); -unsigned int bcm63xx_timer_countdown(unsigned int countdown_us); - -#endif /* !BCM63XX_TIMER_H_ */ |