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