1 /*****************************************************************************\
3 * | || | ___ | |_ _ __ | | _ _ __ _ |_ ) *
4 * | __ |/ _ \| _|| '_ \| || || |/ _` | / / *
5 * |_||_|\___/ \__|| .__/|_| \_,_|\__, |/___| *
7 \*****************************************************************************/
12 struct hotplug2_child_t
*add_child(struct hotplug2_child_t
*, pid_t
, event_seqnum_t
);
13 struct hotplug2_child_t
*remove_child_by_pid(struct hotplug2_child_t
*, pid_t
, event_seqnum_t
*, int *);
15 struct hotplug2_child_t
{
17 event_seqnum_t seqnum
;
22 #endif /* ifndef CHILDLIST_H */