prom.h 263 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2006, 2007 Florian Fainelli <[email protected]>
  4. */
  5. #ifndef __PROM_H__
  6. #define __PROM_H__
  7. extern char *prom_getenv(const char *name);
  8. extern void prom_meminit(void);
  9. #endif /* __PROM_H__ */