• Adam Wujek's avatar
    arch-wrs: in shmem, use pointers to structs intead of void pointers · 18b0f27d
    Adam Wujek authored
    Commit based on the commit from wrs-switch-sw described below.
    Apply changes to the arch-wrs/wrs-startup.c to follow declaration change of
    wrs_shm_alloc.
    
    userspace/libwr: in shmem, use pointers to structs intead of void pointers
    
    In shared memory functions take as parameters pinters to structures instead
    of void pointers. By this compiler will warn when wrong type of pointer is
    passed. For example when pointer to the data in shmem is passed instead of
    pointer to the header.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    18b0f27d
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-sim Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
configs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
scripts Loading commit data...
time-bare Loading commit data...
time-sim Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...
timeout.c Loading commit data...