File diff 052c0cbc4bbf → 85642093068c
BLD/build/HEADERS/CUR-92-vmkdrivers-asm-x64/vmkernel64/release/asm/8253pit.h
Show inline comments
 
new file 100644
 
/*
 
 * 8253/8254 Programmable Interval Timer
 
 */
 

	
 
#ifndef _8253PIT_H
 
#define _8253PIT_H
 

	
 
#define PIT_TICK_RATE 	1193182UL
 

	
 
#endif