Subversion Repositories HelenOS

Rev

Rev 3424 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3424 Rev 4377
Line 36... Line 36...
36
 
36
 
37
#ifndef LIBIPC_SERVICES_H_
37
#ifndef LIBIPC_SERVICES_H_
38
#define LIBIPC_SERVICES_H_
38
#define LIBIPC_SERVICES_H_
39
 
39
 
40
typedef enum {
40
typedef enum {
41
    SERVICE_PCI = 1,
41
    SERVICE_LOAD = 1,
-
 
42
    SERVICE_PCI,
42
    SERVICE_KEYBOARD,
43
    SERVICE_KEYBOARD,
43
    SERVICE_VIDEO,
44
    SERVICE_VIDEO,
44
    SERVICE_CONSOLE,
45
    SERVICE_CONSOLE,
45
    SERVICE_VFS,
46
    SERVICE_VFS,
46
    SERVICE_DEVMAP
47
    SERVICE_DEVMAP,
-
 
48
    SERVICE_FHC,
-
 
49
    SERVICE_OBIO
47
} services_t;
50
} services_t;
48
 
51
 
49
/* Memory area to be received from NS */
52
/* Memory area to be received from NS */
50
#define SERVICE_MEM_REALTIME    1
53
#define SERVICE_MEM_REALTIME    1
51
#define SERVICE_MEM_KLOG        2
54
#define SERVICE_MEM_KLOG        2