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

lpass-macro-common.h (416B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (c) 2022, The Linux Foundation. All rights reserved.
      4 */
      5
      6#ifndef __LPASS_MACRO_COMMON_H__
      7#define __LPASS_MACRO_COMMON_H__
      8
      9struct lpass_macro {
     10	struct device *macro_pd;
     11	struct device *dcodec_pd;
     12};
     13
     14struct lpass_macro *lpass_macro_pds_init(struct device *dev);
     15void lpass_macro_pds_exit(struct lpass_macro *pds);
     16
     17#endif /* __LPASS_MACRO_COMMON_H__ */