Ignore:
Timestamp:
Aug 25, 2018, 6:29:34 PM (6 years ago)
Author:
viala@…
Message:

[syscalls] add interface in implementation.

Add const where possible, fix protoypes to follow interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_get_config.c

    r457 r506  
    3232#include <printk.h>
    3333
     34#include <syscalls.h>
     35
    3436//////////////////////////////////////
    3537int sys_get_config( uint32_t * x_size,
    3638                    uint32_t * y_size,
     39                    uint32_t * y_width,
    3740                    uint32_t * ncores )
    3841{
Note: See TracChangeset for help on using the changeset viewer.