blob: 4a207194d76c9b1626cfb7b5ec29d980fc78744b (
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 _CDEF_BF512_H
#define _CDEF_BF512_H
/* include cdefBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */
#include "cdefBF51x_base.h"
#endif /* _CDEF_BF512_H */
|