https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 20905b416214ff87ef1ddde27a0c0d7e66b8f8ee authored by Jason Self on 05 July 2010, 18:09:12 UTC
Linux-libre 2.6.27.48-gnu1
Tip revision: 20905b4
8253pit.h
/*
 * 8253/8254 Programmable Interval Timer
 */

#ifndef _8253PIT_H
#define _8253PIT_H

#define PIT_TICK_RATE 	1193180UL

#endif
back to top