https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8a14f9bcf46fefa671630f9d86a435c40d5bf8e0 authored by Jason Self on 25 January 2009, 00:37:11 UTC
Linux-libre 2.6.27.13-gnu1
Tip revision: 8a14f9b
8253pit.h
/*
 * 8253/8254 Programmable Interval Timer
 */

#ifndef _8253PIT_H
#define _8253PIT_H

#define PIT_TICK_RATE 	1193180UL

#endif
back to top