xref: /titanic_50/usr/src/grub/grub-0.97/netboot/latch.h (revision 2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41)
1 #ifndef LATCH_H
2 #define LATCH_H
3 
4 #define	TICKS_PER_SEC		18
5 
6 /* For different calibrators of the TSC move the declaration of
7  * sleep_latch and the definitions of it's length here...
8  */
9 
10 #endif /* LATCH_H */
11