Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: b8291ad07a7f3b5b990900f0001198ac23ba893e authored by Linus Torvalds on 18 May 2008, 21:36:41 UTC
Linux 2.6.26-rc3
Tip revision: b8291ad
8253pit.h
#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 */
back to top