Add stubs to unbreak LINT.

This commit is contained in:
jkoshy 2007-12-07 13:45:47 +00:00
parent 9bc486376b
commit 39d4b4accf
5 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
union pmc_md_pmc {
};
#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
#define PMC_TRAPFRAME_TO_FP(TF) (0)
#define PMC_TRAPFRAME_TO_SP(TF) (0)
#endif
#endif /* !_MACHINE_PMC_MDEP_H_ */

View File

@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
union pmc_md_pmc {
};
#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
#define PMC_TRAPFRAME_TO_FP(TF) (0)
#define PMC_TRAPFRAME_TO_SP(TF) (0)
#endif
#endif /* !_MACHINE_PMC_MDEP_H_ */

View File

@ -20,6 +20,10 @@ union pmc_md_op_pmcallocate {
union pmc_md_pmc {
};
#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
#define PMC_TRAPFRAME_TO_FP(TF) (0)
#define PMC_TRAPFRAME_TO_SP(TF) (0)
#endif
#endif /* !_MACHINE_PMC_MDEP_H_ */

View File

@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
union pmc_md_pmc {
};
#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
#define PMC_TRAPFRAME_TO_FP(TF) (0)
#define PMC_TRAPFRAME_TO_SP(TF) (0)
#endif
#endif /* !_MACHINE_PMC_MDEP_H_ */

View File

@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
union pmc_md_pmc {
};
#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
#define PMC_TRAPFRAME_TO_FP(TF) (0)
#define PMC_TRAPFRAME_TO_SP(TF) (0)
#endif
#endif /* !_MACHINE_PMC_MDEP_H_ */