forked from Imagelibrary/rtems
libcsupport: C++ compatibility
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
int rtems_deviceio_errno( rtems_status_code status );
|
||||
|
||||
int rtems_deviceio_open(
|
||||
@@ -53,4 +57,8 @@ int rtems_deviceio_control(
|
||||
rtems_device_minor_number minor
|
||||
);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _RTEMS_DEVICEIO_H */
|
||||
|
||||
Reference in New Issue
Block a user