Subversion Repositories HelenOS

Rev

Rev 4344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4344 Rev 4345
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