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

fwio.h (272B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Firmware loading.
      4 *
      5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
      6 * Copyright (c) 2010, ST-Ericsson
      7 */
      8#ifndef WFX_FWIO_H
      9#define WFX_FWIO_H
     10
     11struct wfx_dev;
     12
     13int wfx_init_device(struct wfx_dev *wdev);
     14
     15#endif