mirror of
https://github.com/drasko/codezero.git
synced 2026-01-25 09:13:14 +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