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

cx23888-ir.h (375B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 *  Driver for the Conexant CX23885/7/8 PCIe bridge
      4 *
      5 *  CX23888 Integrated Consumer Infrared Controller
      6 *
      7 *  Copyright (C) 2009  Andy Walls <awalls@md.metrocast.net>
      8 */
      9
     10#ifndef _CX23888_IR_H_
     11#define _CX23888_IR_H_
     12int cx23888_ir_probe(struct cx23885_dev *dev);
     13int cx23888_ir_remove(struct cx23885_dev *dev);
     14#endif