]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_core_types.h
Added LCD resource type needed by SSSA for the energy management module.
[frescor/frsh-include.git] / frsh_core_types.h
index 1031bdae4931412b3e2a05dbb753b7ec6da5b8d0..005c0daf2815b6b370c48ba664611d1a97a62146 100644 (file)
@@ -163,7 +163,8 @@ typedef enum {
     FRSH_RT_NETWORK   = 1,
     FRSH_RT_MEMORY    = 2,
     FRSH_RT_DISK      = 3,
-    FRSH_RT_FPGA      = 4
+    FRSH_RT_FPGA      = 4,
+    FRSH_RT_LCD       = 5
 } frsh_resource_type_t;
 
 /** Ressource Id: processor_id or network_id **/