]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/mips/include/asm/i8253.h
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
[mirror_ubuntu-hirsute-kernel.git] / arch / mips / include / asm / i8253.h
CommitLineData
d865bea4
RB
1/*
2 * Machine specific IO port address definition for generic.
3 * Written by Osamu Tomita <tomita@cinet.co.jp>
4 */
9490094b
RB
5#ifndef __ASM_I8253_H
6#define __ASM_I8253_H
d865bea4 7
74521c28
RB
8#include <linux/spinlock.h>
9
d865bea4
RB
10/* i8253A PIT registers */
11#define PIT_MODE 0x43
12#define PIT_CH0 0x40
13#define PIT_CH2 0x42
14
ced918eb 15extern raw_spinlock_t i8253_lock;
74521c28 16
d865bea4
RB
17extern void setup_pit_timer(void);
18
9490094b 19#endif /* __ASM_I8253_H */