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

prom.h (263B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (C) 2006, 2007 Florian Fainelli <florian@openwrt.org>
      4 */
      5
      6#ifndef __PROM_H__
      7#define __PROM_H__
      8
      9extern char *prom_getenv(const char *name);
     10extern void prom_meminit(void);
     11
     12#endif /* __PROM_H__ */