/* SPDX-License-Identifier: GPL-2.0-only */ /* * This file is part of wl12xx * * Copyright (C) 2012 Texas Instruments. All rights reserved. */ #ifndef __WL12XX_EVENT_H__ #define __WL12XX_EVENT_H__ #include "../wlcore/wlcore.h" enum { … }; struct wl12xx_event_mailbox { … } __packed; int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, bool *timeout); int wl12xx_process_mailbox_events(struct wl1271 *wl); #endif