mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 09:20:17 +00:00
11 lines
145 B
C
11 lines
145 B
C
|
/*
|
||
|
* Just a place holder.
|
||
|
*/
|
||
|
|
||
|
#ifndef _SPARC64_SETUP_H
|
||
|
#define _SPARC64_SETUP_H
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 256
|
||
|
|
||
|
#endif /* _SPARC64_SETUP_H */
|