Rev 3150 | Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3150 | Rev 4343 | ||
---|---|---|---|
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 |