88999ceb55
Move the identical files from include/asm-ppc{,64}/ to include/asm-powerpc/. Remove hdreg.h completely as it is unused in the tree. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
11 lines
128 B
C
11 lines
128 B
C
/*
|
|
* 8253/8254 Programmable Interval Timer
|
|
*/
|
|
|
|
#ifndef _8253PIT_H
|
|
#define _8253PIT_H
|
|
|
|
#define PIT_TICK_RATE 1193182UL
|
|
|
|
#endif
|