mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
24 lines
623 B
C
24 lines
623 B
C
/*
|
|
* cdefBF533.h
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU Public
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
* for more details.
|
|
*
|
|
* Non-GPL License also available as part of VisualDSP++
|
|
*
|
|
* http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html
|
|
*
|
|
* (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved
|
|
*
|
|
* This file under source code control, please send bugs or changes to:
|
|
* dsptools.support@analog.com
|
|
*
|
|
*/
|
|
|
|
#ifndef _CDEFBF533_H
|
|
#define _CDEFBF533_H
|
|
|
|
#include <asm/arch-bf533/cdefBF532.h>
|
|
|
|
#endif /* _CDEFBF533_H */
|