]> Git Repo - linux.git/blob - arch/mips/include/asm/mach-ar7/prom.h
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
[linux.git] / arch / mips / include / asm / mach-ar7 / prom.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2006, 2007 Florian Fainelli <[email protected]>
4  */
5
6 #ifndef __PROM_H__
7 #define __PROM_H__
8
9 extern char *prom_getenv(const char *name);
10 extern void prom_meminit(void);
11
12 #endif /* __PROM_H__ */
This page took 0.032288 seconds and 4 git commands to generate.