1*18652864SSimon Glass /* 2*18652864SSimon Glass * Copyright (c) 2012 The Chromium OS Authors. 3*18652864SSimon Glass * See file CREDITS for list of people who contributed to this 4*18652864SSimon Glass * project. 5*18652864SSimon Glass * 6*18652864SSimon Glass * This program is free software; you can redistribute it and/or 7*18652864SSimon Glass * modify it under the terms of the GNU General Public License as 8*18652864SSimon Glass * published by the Free Software Foundation; either version 2 of 9*18652864SSimon Glass * the License, or (at your option) any later version. 10*18652864SSimon Glass * 11*18652864SSimon Glass * This program is distributed in the hope that it will be useful, 12*18652864SSimon Glass * but WITHOUT ANY WARRANTY; without even the implied warranty of 13*18652864SSimon Glass * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14*18652864SSimon Glass * GNU General Public License for more details. 15*18652864SSimon Glass * 16*18652864SSimon Glass * You should have received a copy of the GNU General Public License 17*18652864SSimon Glass * along with this program; if not, write to the Free Software 18*18652864SSimon Glass * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 19*18652864SSimon Glass * MA 02111-1307 USA 20*18652864SSimon Glass */ 21*18652864SSimon Glass 22*18652864SSimon Glass #ifndef __ASM_MIPS_SECTIONS_H 23*18652864SSimon Glass #define __ASM_MIPS_SECTIONS_H 24*18652864SSimon Glass 25*18652864SSimon Glass #include <asm-generic/sections.h> 26*18652864SSimon Glass 27*18652864SSimon Glass #endif 28