Some more cosmetics.

This commit is contained in:
Godzil
2022-06-27 17:01:07 +01:00
parent 4d345079ae
commit 83e4b8d5d9
8 changed files with 10 additions and 54 deletions

View File

@@ -7,8 +7,8 @@
*
******************************************************************************/
#ifndef NEWOSWAN_DEVICE_H
#define NEWOSWAN_DEVICE_H
#ifndef __DEVICE_H__
#define __DEVICE_H__
typedef void (*device_init)(void);
typedef void (*device_reset)(void);