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

event.h (335B)


      1/* SPDX-License-Identifier: GPL-2.0+ */
      2/* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
      3
      4#ifndef _QTN_FMAC_EVENT_H_
      5#define _QTN_FMAC_EVENT_H_
      6
      7#include <linux/kernel.h>
      8#include <linux/module.h>
      9
     10#include "qlink.h"
     11
     12void qtnf_event_work_handler(struct work_struct *work);
     13
     14#endif /* _QTN_FMAC_EVENT_H_ */