Subversion Repositories Shiroi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 nishi 1
/* $Id: shiroi_debug.h 12 2024-08-29 04:19:08Z nishi $ */
2
 
3
#ifndef __SHIROI_DEBUG_H__
4
#define __SHIROI_DEBUG_H__
5
 
6
#include "shiroi.h"
7
 
8
void shiroi_debug(shiroi_t* shiroi);
9
void shiroi_debug_tick(shiroi_t* shiroi);
10
void shiroi_debug_install(shiroi_t* shiroi, int slot);
11
void shiroi_debug_reset(shiroi_t* shiroi, int slot);
12
 
13
#endif