• Alessandro Rubini's avatar
    general: define CLASS names and rename a global structure · 5f1e3cb3
    Alessandro Rubini authored
    This defines PP_CLASS_SLAVE_ONLY and similar names, and uses them properly.
    
    Also, the global "struct default_rt_opts" was not following the
    conventions about naming, so rename it to be a "pp" thing.  Moreover,
    since we put all globals in ppg and we have ppg->rt_opts, try to use
    that instead of a separate global.  Unfortunately the initialization
    sequence is not well ordered, so __pp_default_rt_opts still remains
    as a global variable, double-underscored to show it's not meant to be used.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    5f1e3cb3
Name
Last commit
Last update
..
Makefile Loading commit data...
arith.c Loading commit data...
bmc.c Loading commit data...
common-fun.c Loading commit data...
common-fun.h Loading commit data...
fsm-table.c Loading commit data...
hooks.c Loading commit data...
msg.c Loading commit data...
open-close.c Loading commit data...
servo.c Loading commit data...
state-disabled.c Loading commit data...
state-faulty.c Loading commit data...
state-initializing.c Loading commit data...
state-listening.c Loading commit data...
state-master.c Loading commit data...
state-passive.c Loading commit data...
state-pre-master.c Loading commit data...
state-slave.c Loading commit data...
state-uncalibrated.c Loading commit data...
timeout.c Loading commit data...