Files
recycled-ni-libstb-hal/include/init.h
vanhofen 0858b0dfca init: align init/exit function names
Origin commit data
------------------
Branch: master
Commit: d274b4435d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- init: align init/exit function names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-12-26 00:34:00 +01:00

6 lines
95 B
C

#ifndef __init__
#define __init__
void hal_api_init();
void hal_api_exit();
#endif // __init__