X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Frts%2FTypes.h;fp=includes%2FRtsTypes.h;h=6f399e083d3697f774f1fbb1ee553abf60511bf8;hp=79bbf1fccf0898311f4a8f796454b76b2cab867e;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78 diff --git a/includes/RtsTypes.h b/includes/rts/Types.h similarity index 89% rename from includes/RtsTypes.h rename to includes/rts/Types.h index 79bbf1f..6f399e0 100644 --- a/includes/RtsTypes.h +++ b/includes/rts/Types.h @@ -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 */