[RSP] s/types/Types

This commit is contained in:
2016-02-11 03:33:11 -05:00
parent 39387f6ec0
commit 1be25ea698
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* *
*/ */
#include "types.h" #include "Types.h"
#define SP_STATUS_HALT 0x001 /* Bit 0: halt */ #define SP_STATUS_HALT 0x001 /* Bit 0: halt */
#define SP_STATUS_BROKE 0x002 /* Bit 1: broke */ #define SP_STATUS_BROKE 0x002 /* Bit 1: broke */

View File

@ -24,7 +24,7 @@
* *
*/ */
#include "types.h" #include "Types.h"
int AllocateMemory ( void ); int AllocateMemory ( void );
void FreeMemory ( void ); void FreeMemory ( void );