1/* 2 * Copyright 2011 Analog Devices Inc. 3 * 4 * Licensed under the GPL-2 or later. 5 */ 6 7#ifndef _CDEF_BF609_H 8#define _CDEF_BF609_H 9 10/* include cdefBF60x_base.h for the set of #defines that are common to all ADSP-BF60x bfin_read_()rocessors */ 11#include "cdefBF60x_base.h" 12 13/* The following are the #defines needed by ADSP-BF609 that are not in the common header */ 14 15#endif /* _CDEF_BF609_H */ 16