#ifndef LIBRARIES_BOARDS_H
#define LIBRARIES_BOARDS_H     (1)
/*
**      $VER: boards.i 1.0 (31-Mar-96)
**
**      boards.library definitions
**
**      (C) by Torsten Bach
**      All Rights Reserved.
*/

#ifndef EXEC_TYPES_H
#include 'exec/types.h'
#endif

#ifndef EXEC_LIBRARIES_H
#include 'exec/libraries.h'
#endif

/* ------------------------------------------------------------------------ */
/*  Generic library informations */
#define BOARDSVERSION  (1)

struct BoardsBase {
	struct  Library enb_LibNode;
};

/* ------------------------------------------------------------------------ */
/*  That's all... */

#endif

