• Alessandro Rubini's avatar
    userspace: hal and libwr: change prototypes for exports · fdf43f19
    Alessandro Rubini authored
    This has no effect on the code functionality.
    
    Even if it affects libwr, this is a hal-only change.  The functions
    in libwr that the hal itself uses, now receive a pointer to ports[],
    which is thus back a static pointer within wrsw_hal/hal_ports.c.
    
    This change allows moving the RPC queries to be shared memory lookups,
    by using the ports[] pointer in the client; so both the client and
    the server can access the same shared mamory using libwr functions.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    fdf43f19
Name
Last commit
Last update
..
Makefile Loading commit data...
driver_stuff.h Loading commit data...
hal_config.c Loading commit data...
hal_exports.c Loading commit data...
hal_main.c Loading commit data...
hal_ports.c Loading commit data...
hal_timing.c Loading commit data...
timeout.h Loading commit data...
wrsw_hal.conf Loading commit data...
wrsw_hal.h Loading commit data...