Path: blob/main/sys/contrib/dev/athk/ath10k/fwlog.h
48378 views
/*1* Copyright (c) 2015, The Linux Foundation. All rights reserved.2*3* Permission to use, copy, modify, and/or distribute this software for any4* purpose with or without fee is hereby granted, provided that the above5* copyright notice and this permission notice appear in all copies.6*7* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES8* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF9* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR10* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES11* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN12* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF13* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.14*/15#ifndef _FWLOG_16#define _FWLOG_1718void ath10k_fwlog_register(struct ath10k *ar);19void ath10k_fwlog_unregister(struct ath10k *ar);2021void ath10k_handle_fwlog_msg(struct ath10k *ar, struct sk_buff *skb);22#endif /* _FWLOG_ */232425