mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
9 lines
132 B
C
9 lines
132 B
C
|
#ifndef _ADD_KERNEL_CODE_H_
|
||
|
#define _ADD_KERNEL_CODE_H_
|
||
|
|
||
|
#include "stdint.h"
|
||
|
|
||
|
int add_dip_plugin(uint8_t **buffer);
|
||
|
|
||
|
#endif
|