]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Added LCD resource type needed by SSSA for the energy management module.
authorfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 5 May 2009 08:09:04 +0000 (08:09 +0000)
committerfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 5 May 2009 08:09:04 +0000 (08:09 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1681 35b4ef3e-fd22-0410-ab77-dab3279adceb

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 **/