#ifndef PROTO_CONSOLE_H
#define PROTO_CONSOLE_H

#include <clib/console_protos.h>
#include <inline/console.h>

#ifndef __NOLIBBASE__
extern struct Device * __CONSTLIBBASEDECL__ ConsoleDevice;
#endif

#endif
