summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/i8253.h
blob: 26f4eb197c3ad7bcc9ffc70ba06a27686d425b03 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 *  Machine specific IO port address definition for generic.
 *  Written by Osamu Tomita <tomita@cinet.co.jp>
 */
#ifndef __ASM_I8253_H
#define __ASM_I8253_H

extern void setup_pit_timer(void);

#endif /* __ASM_I8253_H */