OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [shsim/] [include/] [gdbsci.h] - Rev 1765

Compare with Previous | Blame | View Log

/*
 *  Driver for gdb's sh-simulator's sci emulation
 *
 *  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
 *
 *  COPYRIGHT (c) 2001, Ralf Corsepius, Ulm, Germany
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * 
 *  gdbsci.h,v 1.1 2001/01/29 18:35:10 joel Exp
 */
 
#ifndef _sh_gdbsci_h
#define _sh_gdbsci_h
 
#ifdef __cplusplus
extern "C" {
#endif
 
/*
 */ 
 
#define DEVGDBSCI_DRIVER_TABLE_ENTRY \
  { sh_gdbsci_initialize, sh_gdbsci_open, sh_gdbsci_close, sh_gdbsci_read, \
      sh_gdbsci_write, sh_gdbsci_control }
 
extern rtems_device_driver sh_gdbsci_initialize(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
extern rtems_device_driver sh_gdbsci_open(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
extern rtems_device_driver sh_gdbsci_close(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
extern rtems_device_driver sh_gdbsci_read(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
extern rtems_device_driver sh_gdbsci_write(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
extern rtems_device_driver sh_gdbsci_control(
  rtems_device_major_number,
  rtems_device_minor_number,
  void *
);
 
#ifdef __cplusplus
}
#endif
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.