GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / include / sbhndcpu.h
blob70a78693c007beb5858b382388f397fd42e38392
1 /*
2 * HND SiliconBackplane MIPS/ARM hardware description.
4 * Copyright (C) 2012, Broadcom Corporation. All Rights Reserved.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
13 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
16 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 * $Id: sbhndcpu.h 241182 2011-02-17 21:50:03Z $
21 #ifndef _sbhndcpu_h_
22 #define _sbhndcpu_h_
24 #if defined(mips)
25 #include <mips33_core.h>
26 #include <mips74k_core.h>
27 #elif defined(__arm__) || defined(__thumb__) || defined(__thumb2__)
28 #include <sbhndarm.h>
29 #endif
31 #endif /* _sbhndcpu_h_ */