mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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
6 lines
95 B
C
6 lines
95 B
C
#ifndef __init__
|
|
#define __init__
|
|
void hal_api_init();
|
|
void hal_api_exit();
|
|
#endif // __init__
|