Changeset a5fb40cf in rtems for cpukit/libblock


Ignore:
Timestamp:
08/01/08 05:01:28 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
60137bb
Parents:
22cee0a4
Message:

Add missing prototypes.

Location:
cpukit/libblock
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/include/rtems/bdbuf.h

    r22cee0a4 ra5fb40cf  
    179179 */
    180180rtems_status_code
    181 rtems_bdbuf_init ();
     181rtems_bdbuf_init (void);
    182182
    183183/**
  • cpukit/libblock/src/bdbuf.c

    r22cee0a4 ra5fb40cf  
    903903 */
    904904static void
    905 rtems_bdbuf_wake_swapper ()
     905rtems_bdbuf_wake_swapper (void)
    906906{
    907907  rtems_status_code sc = rtems_event_send (rtems_bdbuf_ctx.swapout,
     
    10911091 */
    10921092rtems_status_code
    1093 rtems_bdbuf_init ()
     1093rtems_bdbuf_init (void)
    10941094{
    10951095  rtems_bdpool_id   p;
Note: See TracChangeset for help on using the changeset viewer.