d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)

* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
This commit is contained in:
Pheenoh
2023-08-16 13:07:52 -06:00
committed by GitHub
parent c372915a50
commit f9380b3e05
4558 changed files with 741 additions and 6064 deletions
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDBIOS_H
#define CARDBIOS_H
#include "dolphin/types.h"
#endif /* CARDBIOS_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDBLOCK_H
#define CARDBLOCK_H
#include "dolphin/types.h"
#endif /* CARDBLOCK_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDCHECK_H
#define CARDCHECK_H
#include "dolphin/types.h"
#endif /* CARDCHECK_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDCREATE_H
#define CARDCREATE_H
#include "dolphin/types.h"
#endif /* CARDCREATE_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDDIR_H
#define CARDDIR_H
#include "dolphin/types.h"
#endif /* CARDDIR_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDFORMAT_H
#define CARDFORMAT_H
#include "dolphin/types.h"
#endif /* CARDFORMAT_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDMOUNT_H
#define CARDMOUNT_H
#include "dolphin/types.h"
#endif /* CARDMOUNT_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDNET_H
#define CARDNET_H
#include "dolphin/types.h"
#endif /* CARDNET_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDOPEN_H
#define CARDOPEN_H
#include "dolphin/types.h"
#endif /* CARDOPEN_H */
-1
View File
@@ -3,7 +3,6 @@
#include "dolphin/os/OSAlarm.h"
#include "dolphin/os/OSThread.h"
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDRDWR_H
#define CARDRDWR_H
#include "dolphin/types.h"
#endif /* CARDRDWR_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDREAD_H
#define CARDREAD_H
#include "dolphin/types.h"
#endif /* CARDREAD_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDSTAT_H
#define CARDSTAT_H
#include "dolphin/types.h"
#endif /* CARDSTAT_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDUNLOCK_H
#define CARDUNLOCK_H
#include "dolphin/types.h"
#endif /* CARDUNLOCK_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef CARDWRITE_H
#define CARDWRITE_H
#include "dolphin/types.h"
#endif /* CARDWRITE_H */