Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/include/ipc/ipc.h
26,14 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcipc
/** @addtogroup libcipc
* @{
*/
/** @file
*/
 
#ifndef __LIBIPC_IPC_H__
#define __LIBIPC_IPC_H__
#ifndef LIBIPC_IPC_H_
#define LIBIPC_IPC_H_
 
#include <kernel/ipc/ipc.h>
#include <kernel/ipc/irq.h>
89,8 → 89,5
 
#endif
 
 
/** @}
/** @}
*/
/trunk/uspace/libc/include/ipc/ns.h
26,19 → 26,16
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcipc
/** @addtogroup libcipc
* @{
*/
/** @file
*/
 
#ifndef __LIBIPC__NS_H__
#define __LIBIPC__NS_H__
#ifndef LIBIPC_NS_H_
#define LIBIPC_NS_H_
 
#endif
 
 
/** @}
/** @}
*/
/trunk/uspace/libc/include/ipc/services.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcipc
/** @addtogroup libcipc
* @{
*/
/**
34,8 → 34,8
* @brief List of all known services and their codes.
*/
 
#ifndef __LIBIPC__SERVICES_H__
#define __LIBIPC__SERVICES_H__
#ifndef LIBIPC_SERVICES_H_
#define LIBIPC_SERVICES_H_
 
#define SERVICE_PCI 1
#define SERVICE_KEYBOARD 2
48,8 → 48,5
 
#endif
 
 
/** @}
/** @}
*/