2009-09-08 Mike Frysinger <michael.frysinger@analog.com>
* bfin/include/sys/_adi_platform.h: Convert __ASSEMBLY__ to __ASSEMBLER__. * bfin/include/sys/pll.h: Likewise
This commit is contained in:
@ -12,13 +12,13 @@
|
||||
|
||||
/*
|
||||
** Include appropriate header file for platform.
|
||||
** Copyright (C) 2008 Analog Devices, Inc.
|
||||
** Copyright (C) 2008, 2009 Analog Devices, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __ADI_PLATFORM_H
|
||||
#define __ADI_PLATFORM_H
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#if defined (__ADSPBF531__)
|
||||
#include <cdefBF531.h>
|
||||
@ -136,7 +136,7 @@
|
||||
#error Processor Type Not Supported
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
#endif /* __INC_BLACKFIN__ */
|
||||
|
||||
|
Reference in New Issue
Block a user