]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/fecbd.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / ColdFire_MCF51CN128_CodeWarrior / Sources / fecbd.h
index 4be80495795b111faf240b86cdeedb8899854019..700544ae4dd6bc92a68b774e571f9db43eddec30 100644 (file)
@@ -29,9 +29,9 @@
 #pragma options align= packed\r
 typedef struct\r
 {\r
-    unsigned portSHORT status;  /* control and status */\r
-    unsigned portSHORT length;  /* transfer length */\r
-    unsigned portCHAR  *data;   /* buffer address */\r
+    unsigned short status;  /* control and status */\r
+    unsigned short length;  /* transfer length */\r
+    unsigned char  *data;   /* buffer address */\r
 } FECBD;\r
 \r
 /*\r
@@ -85,7 +85,7 @@ typedef struct
 int     fecbd_init(int, int, int);\r
 void    fecbd_flush(int);\r
 void    fecbd_dump( void );\r
-unsigned portLONG  fecbd_get_start(int, int);\r
+unsigned long  fecbd_get_start(int, int);\r
 FECBD*  fecbd_rx_alloc(int);\r
 FECBD*  fecbd_tx_alloc(int);\r
 FECBD*  fecbd_tx_free(int);\r