mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 15:45:53 +00:00
14 lines
251 B
C
14 lines
251 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (c) 2013, Google Inc.
|
|
*
|
|
* Copyright (C) 2011
|
|
* Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
|
|
*/
|
|
#ifndef NDS32_BOOTM_H
|
|
#define NDS32_BOOTM_H
|
|
|
|
#include <asm/setup.h>
|
|
|
|
#endif
|