Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  *  Just a place holder. 
0004  */
0005 
0006 #ifndef _UAPI_SPARC_SETUP_H
0007 #define _UAPI_SPARC_SETUP_H
0008 
0009 #if defined(__sparc__) && defined(__arch64__)
0010 # define COMMAND_LINE_SIZE 2048
0011 #else
0012 # define COMMAND_LINE_SIZE 256
0013 #endif
0014 
0015 
0016 #endif /* _UAPI_SPARC_SETUP_H */