Changeset ef92e48c in rtems
- Timestamp:
- Dec 8, 2011, 2:17:07 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d7bd47b
- Parents:
- cc42039
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rcc42039 ref92e48c 1 2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libchip/network/sonic.c: Make sonic_enable_interrupts, 4 sonic_disable_interrupts, sonic_clear_interrupts, 5 sonic_command static. 6 1 7 2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> 2 8 -
c/src/libchip/network/sonic.c
rcc42039 ref92e48c 262 262 */ 263 263 264 void sonic_enable_interrupts(264 static void sonic_enable_interrupts( 265 265 struct sonic_softc *sc, 266 266 uint32_t mask … … 279 279 } 280 280 281 void sonic_disable_interrupts(281 static void sonic_disable_interrupts( 282 282 struct sonic_softc *sc, 283 283 uint32_t mask … … 296 296 } 297 297 298 void sonic_clear_interrupts(298 static void sonic_clear_interrupts( 299 299 struct sonic_softc *sc, 300 300 uint32_t mask … … 309 309 } 310 310 311 void sonic_command(311 static void sonic_command( 312 312 struct sonic_softc *sc, 313 313 uint32_t mask
Note: See TracChangeset
for help on using the changeset viewer.