mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:56:45 +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 1193182UL
|
||
|
|
||
|
#endif
|