Initial checkin of toy OS project.
[os.git] / kernel / hal / counters.c
1 //+----------------------------------------------------------------------------
2 //
3 // File:     counters.c
4 //
5 // Module:   
6 //
7 // Synopsis: 
8 //
9 // Copyright (C) 2003 Scott Gasch
10 //
11 // Created:  sgasch  24 Oct 2003
12 //
13 //+----------------------------------------------------------------------------
14
15 #include "kernel.h"
16
17 UINT64 g_ullTimeStampCounter = 0;