Changeset 8bd4f61c in rtems
- Timestamp:
- 05/06/19 05:56:01 (4 years ago)
- Branches:
- 5, master
- Children:
- f4db49a1
- Parents:
- b36c5209
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/06/19 05:56:01)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/06/19 05:57:34)
- Location:
- bsps
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/csb336/include/bsp.h
rb36c5209 r8bd4f61c 51 51 * @brief Network driver configuration 52 52 */ 53 extern struct rtems_bsdnet_ifconfig *config;53 struct rtems_bsdnet_ifconfig; 54 54 55 55 /* Change these to match your board */ -
bsps/arm/csb337/include/bsp.h
rb36c5209 r8bd4f61c 62 62 * @brief Network driver configuration 63 63 */ 64 extern struct rtems_bsdnet_ifconfig *config;64 struct rtems_bsdnet_ifconfig; 65 65 66 66 /* Change these to match your board */ -
bsps/mips/csb350/include/bsp.h
rb36c5209 r8bd4f61c 45 45 * Network driver configuration 46 46 */ 47 extern struct rtems_bsdnet_ifconfig *config;47 struct rtems_bsdnet_ifconfig; 48 48 49 49 int rtems_au1x00_emac_attach(struct rtems_bsdnet_ifconfig *config,
Note: See TracChangeset
for help on using the changeset viewer.