setup.h 519 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
  3. * Copyright (C) 2007-2009 PetaLogix
  4. * Copyright (C) 2006 Atmark Techno, Inc.
  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.
  9. */
  10. #ifndef _UAPI_ASM_MICROBLAZE_SETUP_H
  11. #define _UAPI_ASM_MICROBLAZE_SETUP_H
  12. #define COMMAND_LINE_SIZE 256
  13. # ifndef __ASSEMBLY__
  14. # endif /* __ASSEMBLY__ */
  15. #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */