1 2 3 4 5 6
#ifndef __ASMARM_I8253_H #define __ASMARM_I8253_H #define PIT_LATCH ((PIT_TICK_RATE + HZ / 2) / HZ) #endif