forked from Imagelibrary/rtems
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/rtems/chain.h: Move extern "C".
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sapi/include/rtems/chain.h: Move extern "C".
|
||||
|
||||
2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
|
||||
|
||||
* posix/include/aio.h: Add LIO_SYNC.
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
#ifndef _RTEMS_CHAIN_H
|
||||
#define _RTEMS_CHAIN_H
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/chain.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/chain.h>
|
||||
|
||||
/**
|
||||
* @typedef rtems_chain_node
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user