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:
Ralf Corsepius
2003-09-19 11:54:00 +00:00
parent e05490a8b1
commit e7f38e8237
5 changed files with 21 additions and 8 deletions

View File

@@ -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
*/