summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pmc_mdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/pmc_mdep.h')
-rw-r--r--sys/arm/include/pmc_mdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arm/include/pmc_mdep.h b/sys/arm/include/pmc_mdep.h
index 4e02fc6..9c719cb 100644
--- a/sys/arm/include/pmc_mdep.h
+++ b/sys/arm/include/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_ */
OpenPOWER on IntegriCloud