forked from Imagelibrary/rtems
13 lines
245 B
C
13 lines
245 B
C
/**
|
|
* @file zilog/z8030.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef _ZILOG_Z8030_H
|
|
#define _ZILOG_Z8030_H
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <zilog/z8030.h> is deprecated, use <rtems/zilog/z8030.h> instead
|
|
#endif
|
|
#include <rtems/zilog/z8030.h>
|
|
#endif
|