You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
145 B
11 lines
145 B
20 years ago
|
/*
|
||
|
* Just a place holder.
|
||
|
*/
|
||
|
|
||
|
#ifndef _SPARC64_SETUP_H
|
||
|
#define _SPARC64_SETUP_H
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 256
|
||
|
|
||
|
#endif /* _SPARC64_SETUP_H */
|