You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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 */
|