Add stubs to unbreak LINT.

This commit is contained in:
Joseph Koshy 2007-12-07 13:45:47 +00:00
parent 02d76bfa1b
commit 0da7aa7a7d
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_ */