summaryrefslogtreecommitdiff
path: root/libhw/host_include
diff options
context:
space:
mode:
Diffstat (limited to 'libhw/host_include')
-rw-r--r--libhw/host_include/libhw/host_alarmclock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libhw/host_include/libhw/host_alarmclock.h b/libhw/host_include/libhw/host_alarmclock.h
index 163fb9f..89df68a 100644
--- a/libhw/host_include/libhw/host_alarmclock.h
+++ b/libhw/host_include/libhw/host_alarmclock.h
@@ -14,7 +14,6 @@
#include <libhw/generic/alarmclock.h>
struct hostclock {
- implements_alarmclock;
clockid_t clock_id;
BEGIN_PRIVATE(LIBHW_HOST_ALARMCLOCK_H)
@@ -23,7 +22,6 @@ struct hostclock {
struct alarmclock_trigger *queue;
END_PRIVATE(LIBHW_HOST_ALARMCLOCK_H)
};
-
-extern struct alarmclock_vtable hostclock_vtable;
+LO_IMPLEMENTATION_H(alarmclock, struct hostclock, hostclock)
#endif /* _LIBHW_HOST_ALARMCLOCK_H_ */