tcm.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | tcm.h (af873fcecef567abf8a3468b06dd4e4aab46da6d) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * 3 * Copyright (C) 2008-2009 ST-Ericsson AB | 2/* 3 * 4 * Copyright (C) 2008-2009 ST-Ericsson AB |
4 * License terms: GNU General Public License (GPL) version 2 | |
5 * 6 * Author: Rickard Andersson <rickard.andersson@stericsson.com> 7 * Author: Linus Walleij <linus.walleij@stericsson.com> | 5 * 6 * Author: Rickard Andersson <rickard.andersson@stericsson.com> 7 * Author: Linus Walleij <linus.walleij@stericsson.com> |
8 * | |
9 */ 10#ifndef __ASMARM_TCM_H 11#define __ASMARM_TCM_H 12 13#ifndef CONFIG_HAVE_TCM 14#error "You should not be including tcm.h unless you have a TCM!" 15#endif 16 --- 17 unchanged lines hidden --- | 8 */ 9#ifndef __ASMARM_TCM_H 10#define __ASMARM_TCM_H 11 12#ifndef CONFIG_HAVE_TCM 13#error "You should not be including tcm.h unless you have a TCM!" 14#endif 15 --- 17 unchanged lines hidden --- |