mirror of
https://github.com/drasko/codezero.git
synced 2026-03-18 10:11:50 +01:00
Initial commit
This commit is contained in:
9
tasks/mm0/include/init.h
Normal file
9
tasks/mm0/include/init.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (C) 2007 Bahadir Balban
|
||||
*/
|
||||
#ifndef __INIT_H__
|
||||
#define __INIT_H__
|
||||
|
||||
void initialise(void);
|
||||
|
||||
#endif /* __INIT_H__ */
|
||||
Reference in New Issue
Block a user