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

p2p.h (385B)


      1/* SPDX-License-Identifier: ISC */
      2/*
      3 * Copyright (c) 2015 Qualcomm Atheros, Inc.
      4 */
      5
      6#ifndef _P2P_H
      7#define _P2P_H
      8
      9struct ath10k_vif;
     10struct wmi_p2p_noa_info;
     11
     12void ath10k_p2p_noa_update(struct ath10k_vif *arvif,
     13			   const struct wmi_p2p_noa_info *noa);
     14void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id,
     15				      const struct wmi_p2p_noa_info *noa);
     16
     17#endif