NetBSD/sys/arch/bebox/stand/boot/boot.h

5 lines
163 B
C

/* $NetBSD: boot.h,v 1.1 1999/06/24 01:10:31 sakamoto Exp $ */
#define TICKS_PER_SEC (33000000 / 4) /* 33MHz */
#define NS_PER_TICK (1000000000 / TICKS_PER_SEC)