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