forked from Imagelibrary/rtems
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/symbols.h: Convert to private header. * monitor/monitor.h: Don't include symbols.h. Add forward decls. for symbols from symbols.h. * monitor/Makefile.am: Don't install symbols.h. * monitor/mon-symbols.c: Include "symbols.h".
This commit is contained in:
@@ -12,13 +12,16 @@
|
||||
#ifndef __MONITOR_H
|
||||
#define __MONITOR_H
|
||||
|
||||
#include <rtems/symbols.h>
|
||||
#include <rtems/error.h> /* rtems_error() */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Forward decls from symbols.h */
|
||||
typedef struct _rtems_symbol_t rtems_symbol_t ;
|
||||
typedef struct _rtems_symbol_table_t rtems_symbol_table_t;
|
||||
|
||||
/*
|
||||
* Monitor types are derived from rtems object classes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user