cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

btc.h (266B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright(c) 2009-2012  Realtek Corporation.*/
      3
      4#ifndef __RTL8723E_BTC_H__
      5#define __RTL8723E_BTC_H__
      6
      7#include "../wifi.h"
      8#include "hal_bt_coexist.h"
      9
     10struct bt_coexist_c2h_info {
     11	u8 no_parse_c2h;
     12	u8 has_c2h;
     13};
     14
     15#endif