summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local/pcib_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/local/pcib_if.c')
-rw-r--r--rtemsbsd/local/pcib_if.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtemsbsd/local/pcib_if.c b/rtemsbsd/local/pcib_if.c
index cc036b4f..07d7abb5 100644
--- a/rtemsbsd/local/pcib_if.c
+++ b/rtemsbsd/local/pcib_if.c
@@ -99,3 +99,11 @@ struct kobjop_desc pcib_map_msi_desc = {
0, &pcib_map_msi_method_default
};
+struct kobj_method pcib_power_for_sleep_method_default = {
+ &pcib_power_for_sleep_desc, (kobjop_t) kobj_error_method
+};
+
+struct kobjop_desc pcib_power_for_sleep_desc = {
+ 0, &pcib_power_for_sleep_method_default
+};
+