ap: removed unused ap_event enum

This commit is contained in:
James Prestwood 2018-07-02 13:11:54 -07:00 committed by Denis Kenzior
parent 8a91d88629
commit 9e32ea5e80
1 changed files with 0 additions and 7 deletions

View File

@ -20,15 +20,8 @@
*
*/
enum ap_event {
AP_EVENT_STARTED,
AP_EVENT_STOPPED,
};
struct device;
typedef void (*ap_event_cb_t)(struct device *device, enum ap_event event_type);
bool ap_add_interface(struct device *device);
bool ap_remove_interface(struct device *device);