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

powerdomains2xxx_3xxx_data.h (450B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * OMAP2/3 common powerdomains - prototypes
      4 *
      5 * Copyright (C) 2008 Texas Instruments, Inc.
      6 * Copyright (C) 2008-2010 Nokia Corporation
      7 *
      8 * Paul Walmsley
      9 */
     10
     11#ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H
     12#define __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H
     13
     14#include "powerdomain.h"
     15
     16extern struct powerdomain gfx_omap2_pwrdm;
     17extern struct powerdomain wkup_omap2_pwrdm;
     18
     19#endif