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

kirkwood-pm.h (403B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Power Management driver for Marvell Kirkwood SoCs
      4 *
      5 * Copyright (C) 2013 Ezequiel Garcia <ezequiel@free-electrons.com>
      6 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
      7 */
      8
      9#ifndef __ARCH_KIRKWOOD_PM_H
     10#define __ARCH_KIRKWOOD_PM_H
     11
     12#ifdef CONFIG_PM
     13void kirkwood_pm_init(void);
     14#else
     15static inline void kirkwood_pm_init(void) {};
     16#endif
     17
     18#endif