blob: 6a6dc636761eaa210844f10614ad1633cff41bc3 [file] [log] [blame]
David Howells10b3a972012-10-09 09:47:06 +01001/*
2** asm/setup.h -- Definition of the Linux/m68k setup information
3**
4** Copyright 1992 by Greg Harp
5**
6** This file is subject to the terms and conditions of the GNU General Public
7** License. See the file COPYING in the main directory of this archive
8** for more details.
David Howells10b3a972012-10-09 09:47:06 +01009*/
10
11#ifndef _UAPI_M68K_SETUP_H
12#define _UAPI_M68K_SETUP_H
13
David Howells10b3a972012-10-09 09:47:06 +010014#define COMMAND_LINE_SIZE 256
15
David Howells10b3a972012-10-09 09:47:06 +010016#endif /* _UAPI_M68K_SETUP_H */