mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Add stubs to unbreak LINT.
This commit is contained in:
parent
02d76bfa1b
commit
0da7aa7a7d
5 changed files with 20 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue