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

mxs.h (214B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2013 Freescale Semiconductor, Inc.
      4 */
      5
      6#ifndef __LINUX_CLK_MXS_H
      7#define __LINUX_CLK_MXS_H
      8
      9int mxs_saif_clkmux_select(unsigned int clkmux);
     10
     11#endif