setup.h 471 B

12345678910111213141516
  1. /*
  2. * Copyright (C) 2004-2006 Atmel Corporation
  3. *
  4. * Based on linux/include/asm-arm/setup.h
  5. * Copyright (C) 1997-1999 Russell King
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #ifndef _UAPI__ASM_AVR32_SETUP_H__
  12. #define _UAPI__ASM_AVR32_SETUP_H__
  13. #define COMMAND_LINE_SIZE 256
  14. #endif /* _UAPI__ASM_AVR32_SETUP_H__ */