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

#define PIT_LATCH		LATCH

extern void setup_pit_timer(void);

#endif /* __ASM_I8253_H */