linux/drivers/net/wireless/ti/wlcore/vendor_cmd.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * This file is part of wlcore
 *
 * Copyright (C) 2014 Texas Instruments. All rights reserved.
 */

#ifndef __WLCORE_VENDOR_H__
#define __WLCORE_VENDOR_H__

#ifdef __KERNEL__
void wlcore_set_vendor_commands(struct wiphy *wiphy);
#endif

#define TI_OUI

enum wlcore_vendor_commands {};

enum wlcore_vendor_attributes {};

enum wlcore_vendor_events {};

#endif /* __WLCORE_VENDOR_H__ */