Ignore:
Timestamp:
Jul 20, 2017, 1:30:05 PM (7 years ago)
Author:
max@…
Message:

Hide IMPL_PIC_.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_drivers.c

    r245 r252  
    5353
    5454//////////////////////////////////////////
    55 void hal_drivers_pic_init( chdev_t * pic )
     55void hal_drivers_pic_init( chdev_t  * pic,
     56                           uint32_t   impl )
    5657{
     58    if( impl != IMPL_PIC_SCL )
     59    {
     60        assert( false , __FUNCTION__ , "undefined PIC device implementation" );
     61    }
     62
    5763        soclib_pic_init( pic );
    5864
Note: See TracChangeset for help on using the changeset viewer.