1
0
mirror of synced 2024-11-23 21:40:58 +01:00
bananatools/board/sg-frame.h

16 lines
287 B
C
Raw Permalink Normal View History

2023-09-18 10:00:09 +02:00
#pragma once
#include <windows.h>
#include <stddef.h>
#include <stdint.h>
#include "hook/iobuf.h"
HRESULT sg_frame_decode(
struct iobuf *dest,
const uint8_t *bytes,
size_t nbytes);
HRESULT sg_frame_encode(struct iobuf *dest, const void *ptr, size_t nbytes);