Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _DECO68_H
  2. #define _DECO68_H
  3. /* deco68.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* Disassembler                                                              */
  8. /*                                                                           */
  9. /* Dissector for 68xx Processors                                             */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. extern void deco68_init(void);
  14. #endif /* _DECO68_H */
  15.