hwlock_device
struct hwlock_device sc_hd;
LIST_HEAD(, hwlock_device) hwlock_devices =
hwlock_register(struct hwlock_device *hd)
struct hwlock_device *hd;
LIST_ENTRY(hwlock_device) hd_list;
void hwlock_register(struct hwlock_device *);