repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: serial: option: reimplement interface masking
[linux/fpc-iii.git]
/
arch
/
score
/
include
/
uapi
/
asm
/
setup.h
blob
dee58323847e307798d9251a70075ef979b889bb
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 */