Subversion Repositories HelenOS

Rev

Rev 3666 | Rev 4155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3666 Rev 4153
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup libcipc
29
/** @addtogroup libcipc
30
 * @{
30
 * @{
31
 */
31
 */
32
/**
32
/**
33
 * @file    services.h
33
 * @file  services.h
34
 * @brief   List of all known services and their codes.
34
 * @brief List of all known services and their codes.
35
 */
35
 */
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
    SERVICE_NETWORKING,
50
    SERVICE_NETWORKING,
48
    SERVICE_LO,
51
    SERVICE_LO,
49
    SERVICE_DP8390_ISA,
52
    SERVICE_DP8390_ISA,
50
    SERVICE_ETHERNET,
53
    SERVICE_ETHERNET,
51
    SERVICE_IP,
54
    SERVICE_IP,