• Alessandro Rubini's avatar
    trivial: headers: include two files more · ae19fd81
    Alessandro Rubini authored
    1- wrc.h now includes syscon.h. This is a prerequisite to a non-inline
    implementation of usleep (the current inline one is just a random
    loop, 10x wrong on the spec). Without this we should modify sockitowm
    where it calls usleep, but I'd better not touch sockitowm.
    
    2- syscon.h includes <sys/types.h>.  This is needed to have
    useconds_t.  I'd better have usleep take unsigned long, but some file
    already includes sys/types.h, so our prototype must match that one.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    ae19fd81
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 44deab24
ptp-noposix @ 79a7beb2
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrc_ptp_ppsi.c Loading commit data...