mirror of
https://github.com/bettse/seader.git
synced 2026-03-29 08:00:07 +00:00
15 lines
261 B
C
15 lines
261 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#include "seader_credential_type.h"
|
|
|
|
bool seader_sio_label_format(
|
|
bool has_sio,
|
|
bool is_picopass_sio_context,
|
|
uint8_t sio_start_block,
|
|
char* out,
|
|
size_t out_size);
|