Ignore:
Timestamp:
Aug 21, 2018, 9:52:25 PM (6 years ago)
Author:
viala@…
Message:

[devices] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_pic.h

    r457 r483  
    227227 * This function activates the IPI_IRQ for the calling core.
    228228 ****************************************************************************************/
    229 void dev_pic_enable_ipi();
     229void dev_pic_enable_ipi( void );
    230230
    231231/*****************************************************************************************
     
    243243 * in the local LAPIC component.
    244244 ****************************************************************************************/
    245 void dev_pic_ack_ipi();
     245void dev_pic_ack_ipi( void );
    246246
    247247/*****************************************************************************************
     
    249249 * that register the input IRQS for the external IOPIC controller.
    250250 ****************************************************************************************/
    251 void dev_pic_inputs_display();
     251void dev_pic_inputs_display( void );
    252252
    253253#endif  /* _DEV_PIC_H_ */
Note: See TracChangeset for help on using the changeset viewer.