summaryrefslogtreecommitdiffstats
path: root/plat/bcm/include/bcm_map_part.h
blob: 85a79ba8fbf7632bb5e5cf0a0e54af0a66248f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
     <:copyright-BRCM:2011:DUAL/GPL:standard
     
        Copyright (c) 2011 Broadcom 
        All Rights Reserved
     
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License, version 2, as published by
     the Free Software Foundation (the "GPL").
     
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
     
     
     A copy of the GPL is available at http://www.broadcom.com/licenses/GPLv2.php, or by
     writing to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.
     
     :>
*/

#ifndef __BCM_MAP_H
#define __BCM_MAP_H

#if defined (_BCM963138_)
#include "63138_map_part.h"
#endif
#if defined (_BCM963148_)
#include "63148_map_part.h"
#endif
#if defined (_BCM94908_)
#include "4908_map_part.h"
#endif
#if defined (_BCM96858_)
#include "6858_map_part.h"
#endif
#if defined (_BCM947189_)
#include "47189_map_part.h"
#endif
#if defined (_BCM963158_)
#include "63158_map_part.h"
#endif
#if defined (_BCM96846_)
#include "6846_map_part.h"
#endif
#if defined (_BCM96856_)
#include "6856_map_part.h"
#endif
#if defined (_BCM963178_)
#include "63178_map_part.h"
#endif
#if defined (_BCM963146_)
#include "63146_map_part.h"
#endif
#if defined (_BCM947622_)
#include "47622_map_part.h"
#endif
#if defined (_BCM96878_)
#include "6878_map_part.h"
#endif
#if defined (_BCM94912_)
#include "4912_map_part.h"
#endif
#if defined (_BCM96756_)
#include "6756_map_part.h"
#endif
#endif