]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/include/asm/mach-bcm63xx/bcm63xx_timer.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_timer.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e7300d04
MB
2#ifndef BCM63XX_TIMER_H_
3#define BCM63XX_TIMER_H_
4
5int bcm63xx_timer_register(int id, void (*callback)(void *data), void *data);
6void bcm63xx_timer_unregister(int id);
7int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
8int bcm63xx_timer_enable(int id);
9int bcm63xx_timer_disable(int id);
10unsigned int bcm63xx_timer_countdown(unsigned int countdown_us);
11
12#endif /* !BCM63XX_TIMER_H_ */