]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_core_types.h
Add frsh_transaction.h
[frescor/frsh-include.git] / frsh_core_types.h
index d7be2e0a641ac8eee976bed9507f99e6a27c4656..d355c25c7a11520bb8aadf4f86f42a37adc8c0c1 100644 (file)
@@ -1,5 +1,5 @@
 // -----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2008 FRESCOR consortium partners:
+//  Copyright (C) 2006 - 2009 FRESCOR consortium partners:
 //
 //    Universidad de Cantabria,              SPAIN
 //    University of York,                    UK
@@ -162,7 +162,9 @@ typedef enum {
     FRSH_RT_PROCESSOR = 0,
     FRSH_RT_NETWORK   = 1,
     FRSH_RT_MEMORY    = 2,
-    FRSH_RT_DISK      = 3
+    FRSH_RT_DISK      = 3,
+    FRSH_RT_FPGA      = 4,
+    FRSH_RT_LCD       = 5
 } frsh_resource_type_t;
 
 /** Ressource Id: processor_id or network_id **/