mirror of
https://github.com/GaryOderNichts/recovery_menu.git
synced 2025-06-19 03:05:32 -04:00
6 lines
146 B
C
6 lines
146 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
int bspWrite(const char* entity, uint32_t instance, const char* attribute, uint32_t size, const void* buffer);
|