You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
11 lines
129 B
C
11 lines
129 B
C
|
|
/*
|
||
|
|
* 8253/8254 Programmable Interval Timer
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef _8253PIT_H
|
||
|
|
#define _8253PIT_H
|
||
|
|
|
||
|
|
#define PIT_TICK_RATE 1193180UL
|
||
|
|
|
||
|
|
#endif
|