os-core/kernel/leos/leos.h

23 lines
555 B
C
Raw Normal View History

2019-05-29 11:10:01 +02:00
/******************************************************************************
*
2020-01-15 10:56:04 +01:00
* Copyright (c) 2017-2020 by Löwenware Ltd
2019-05-29 11:10:01 +02:00
* Please, refer LICENSE file for legal information
*
******************************************************************************/
/**
2020-01-15 10:56:04 +01:00
* @file leos.h
2019-05-29 11:10:01 +02:00
* @author Ilja Kartašov <ik@lowenware.com>
* @brief
*
* @see https://lowenware.com/
*/
2020-01-15 10:56:04 +01:00
#ifndef LEOS_H_7087F58B_BDEB_433B_A013_5B5F854922AF
#define LEOS_H_7087F58B_BDEB_433B_A013_5B5F854922AF
2019-05-29 11:10:01 +02:00
void
2020-01-15 10:56:04 +01:00
Leos_run(void);
2019-05-29 11:10:01 +02:00
2020-01-15 10:56:04 +01:00
#endif /* !LEOS_H */