Changeset 0fb724a in rtems
- Timestamp:
- 03/12/18 09:04:11 (5 years ago)
- Branches:
- 5, master
- Children:
- 2cec5ac
- Parents:
- 6fadb7af
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/12/18 09:04:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/12/18 09:05:09)
- Location:
- cpukit/include/rtems
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/flashdisk.h
r6fadb7af r0fb724a 24 24 25 25 #include <rtems.h> 26 27 #ifdef __cplusplus 28 extern "C" { 29 #endif /* __cplusplus */ 26 30 27 31 /** … … 458 462 /** @} */ 459 463 464 #ifdef __cplusplus 465 } 466 #endif /* __cplusplus */ 467 460 468 #endif -
cpukit/include/rtems/nvdisk.h
r6fadb7af r0fb724a 30 30 31 31 #include <rtems.h> 32 33 #ifdef __cplusplus 34 extern "C" { 35 #endif /* __cplusplus */ 32 36 33 37 /** … … 209 213 extern uint32_t rtems_nvdisk_configuration_size; 210 214 215 #ifdef __cplusplus 216 } 217 #endif /* __cplusplus */ 218 211 219 #endif
Note: See TracChangeset
for help on using the changeset viewer.