Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.16-rc2 10 lines 252 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _UAPI_ASM_SCORE_SETUP_H 3#define _UAPI_ASM_SCORE_SETUP_H 4 5#define COMMAND_LINE_SIZE 256 6#define MEMORY_START 0 7#define MEMORY_SIZE 0x2000000 8 9 10#endif /* _UAPI_ASM_SCORE_SETUP_H */