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

mfp.h (375B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * arch/arm/mach-pxa/include/mach/mfp.h
      4 *
      5 * Multi-Function Pin Definitions
      6 *
      7 * Copyright (C) 2007 Marvell International Ltd.
      8 *
      9 * 2007-8-21: eric miao <eric.miao@marvell.com>
     10 *            initial version
     11 */
     12
     13#ifndef __ASM_ARCH_MFP_H
     14#define __ASM_ARCH_MFP_H
     15
     16#include <linux/soc/pxa/mfp.h>
     17
     18#endif /* __ASM_ARCH_MFP_H */