setup.h 580 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
  2. /* setup.h: setup stuff
  3. *
  4. * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
  5. * Written by David Howells (dhowells@redhat.com)
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License
  9. * as published by the Free Software Foundation; either version
  10. * 2 of the License, or (at your option) any later version.
  11. */
  12. #ifndef _UAPI_ASM_SETUP_H
  13. #define _UAPI_ASM_SETUP_H
  14. #define COMMAND_LINE_SIZE 512
  15. #endif /* _UAPI_ASM_SETUP_H */