mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 22:22:29 -04:00
WIP management app
This commit is contained in:
parent
deb29619bd
commit
7c698cfb90
3 changed files with 96 additions and 3 deletions
15
hw/application_fpga/fw/tk1/mgmt_app.h
Normal file
15
hw/application_fpga/fw/tk1/mgmt_app.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright (C) 2024 - Tillitis AB
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
#ifndef MGMT_APP_H
|
||||
#define MGMT_APP_H
|
||||
|
||||
#include "partition_table.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool mgmt_app_authenticate(management_app_metadata_t *mgmt_table);
|
||||
int mgmt_app_register(partition_table_t *part_table);
|
||||
int mgmt_app_unregister(partition_table_t *part_table);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue