blob: a2b3c2ebc6e05b0e35bcccbeecc76d34df106219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
*/
#ifndef _DEF_BF512_H
#define _DEF_BF512_H
/* Include defBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */
#include "defBF51x_base.h"
#endif /* _DEF_BF512_H */
|