RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / Types.h
similarity index 89%
rename from includes/RtsTypes.h
rename to includes/rts/Types.h
index 79bbf1f..6f399e0 100644 (file)
@@ -35,10 +35,8 @@ typedef enum {
     rtsTrue 
 } rtsBool;
 
-/* 
-   Types specific to the parallel runtime system.
-*/
-
-typedef ullong        rtsTime;
+typedef struct StgClosure_   StgClosure;
+typedef struct StgInfoTable_ StgInfoTable;
+typedef struct StgTSO_       StgTSO;
 
 #endif /* RTS_TYPES_H */