X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGetTime.h;h=03e1f171be144010966d2c36a34a230da4348854;hb=6cf8982ac30be6836a0cdd8be5a6ac1a1a144213;hp=5f02df062513665bd3c1617000575c1434c20d18;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/GetTime.h b/rts/GetTime.h index 5f02df0..03e1f17 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -9,6 +9,8 @@ #ifndef GETTIME_H #define GETTIME_H +BEGIN_RTS_PRIVATE + // We'll use a fixed resolution of usec for now. The machine // dependent implementation may have a different resolution, but we'll // normalise to this for the machine independent interface. @@ -23,4 +25,6 @@ void getProcessTimes (Ticks *user, Ticks *elapsed); // Not strictly timing, but related nat getPageFaults (void); +END_RTS_PRIVATE + #endif /* GETTIME_H */