CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
LockscreenRegistry.h
Go to the documentation of this file.
1
8
9#pragma once
10
11#include <cstdint>
12#include <cstddef>
13
14namespace cdc::plugin_manager {
15
17 void* plugin = nullptr;
18 char label_key[32] = {0};
19 uint32_t action_id = 0;
20 bool used = false;
21};
22
23uint8_t collectLockscreenItems(LockscreenRegistration* out, uint8_t max);
24void clearLockscreenRegistrationFor(void* plugin);
25
26} // namespace cdc::plugin_manager
uint8_t collectLockscreenItems(LockscreenRegistration *out, uint8_t max)
void clearLockscreenRegistrationFor(void *plugin)