Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/blackfin/mach-bf533/include/mach/blackfin.h
10820 views
1
/*
2
* Copyright 2005-2010 Analog Devices Inc.
3
*
4
* Licensed under the GPL-2 or later.
5
*/
6
7
#ifndef _MACH_BLACKFIN_H_
8
#define _MACH_BLACKFIN_H_
9
10
#define BF533_FAMILY
11
12
#include "bf533.h"
13
#include "anomaly.h"
14
15
#include <asm/def_LPBlackfin.h>
16
#include "defBF532.h"
17
18
#ifndef __ASSEMBLY__
19
# include <asm/cdef_LPBlackfin.h>
20
# include "cdefBF532.h"
21
#endif
22
23
#endif
24
25