mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 10:58:24 +08:00
committed by
Joel Sherrill
parent
7eee05a37d
commit
a43163d058
@@ -39,6 +39,11 @@
|
||||
#include <rtems/thread.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct rtems_flashdev rtems_flashdev;
|
||||
|
||||
/**
|
||||
@@ -454,6 +459,10 @@ void rtems_flashdev_destroy_and_free(
|
||||
rtems_flashdev *flash
|
||||
);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* _DEV_FLASHDEV_H */
|
||||
|
||||
Reference in New Issue
Block a user