You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
216 B
17 lines
216 B
#pragma once
|
|
//
|
|
#include "osbasic_h.hpp"
|
|
//
|
|
#include "delay.hpp"
|
|
//
|
|
#include "mutex.hpp"
|
|
//
|
|
#include "ticket.hpp"
|
|
|
|
extern "C" {
|
|
typedef struct {
|
|
uint32_t __reserved0;
|
|
} zos_cfg_t;
|
|
|
|
void zos_init(zos_cfg_t* cfg);
|
|
}
|