#include "h/types.h"
#include "h/fddi.h"
#include "h/smc.h"
#include "h/smt_p.h"
#define KERNEL
#include "h/smtstate.h"
#ifndef SLIM_SMT
#ifndef BOOT
static void clear_all_rep(struct s_smc *smc);
static void clear_reported(struct s_smc *smc);
static void smt_send_srf(struct s_smc *smc);
static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index);
#define MAX_EVCS …
struct evc_init { … } ;
static const struct evc_init evc_inits[] = … ;
#define MAX_INIT_EVC …
void smt_init_evc(struct s_smc *smc)
{ … }
static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index)
{ … }
#define THRESHOLD_2 …
#define THRESHOLD_32 …
static const char * const srf_names[] = … ;
void smt_srf_event(struct s_smc *smc, int code, int index, int cond)
{ … }
static void clear_all_rep(struct s_smc *smc)
{ … }
static void clear_reported(struct s_smc *smc)
{ … }
static void smt_send_srf(struct s_smc *smc)
{ … }
#endif
#endif