• Alessandro Rubini's avatar
    softpll: trivial header cleanup (needed for next commit) · 8103ed49
    Alessandro Rubini authored
    This commit has no effect on the final binary file.
    
    The state structures for softpll_ng must be accessed by tools/wrpc-dump,
    so we need them in an header (not in sofpll_mg.c itself).
    
    Unfortunately, struct softpll_state includes a lot of other structures,
    so all dependent headers must be included by softpll_ng.h.  Thus,
    all C files should now include softpll_ng.h alone, not the other ones.
    
    I also had to remove inclusion of unneeded <stdint.h> and <stdlib.h>
    from spll_common.h, because stdlib pulled the prototype for abs()
    which is #defined in ppsi (my bad!), and we would have a build error.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    8103ed49
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ b203cc96
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
revision.c Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrs_main.c Loading commit data...