a37c8875a7
Standardize on _ASM_POWERPC_... prefix for all #include exclusion symbols. Fixup all the non-compilers. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
11 lines
181 B
C
11 lines
181 B
C
#ifndef _ASM_POWERPC_8253PIT_H
|
|
#define _ASM_POWERPC_8253PIT_H
|
|
|
|
/*
|
|
* 8253/8254 Programmable Interval Timer
|
|
*/
|
|
|
|
#define PIT_TICK_RATE 1193182UL
|
|
|
|
#endif /* _ASM_POWERPC_8253PIT_H */
|