#ifndef XBOX_REF_BRIDGE_H_INCLUDED
#define XBOX_REF_BRIDGE_H_INCLUDED

#ifdef __cplusplus
extern "C" {
#endif

int xbox_ref_gdr8050l_dump_with_handle(void *native_handle, const char *device, const char *filename, char mode);
int xbox_ref_gdr8050l_dump(const char *device, const char *filename, char mode);

#ifdef __cplusplus
}
#endif

#endif
