vmalloc: walk vmap_areas by sorted list instead of rb_next()
[linux/fpc-iii.git] / arch / xtensa / include / asm / setup.h
blob9fa8ad9793611f9d1c2295849b90f0444a2a9835
1 /*
2 * include/asm-xtensa/setup.h
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
11 #ifndef _XTENSA_SETUP_H
12 #define _XTENSA_SETUP_H
14 #define COMMAND_LINE_SIZE 256
16 extern void set_except_vector(int n, void *addr);
18 #endif