]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/device/device.h
Merge branch 'tmp-mike2'
[keystone-rtos/ibl.git] / src / device / device.h
index d762a293415e04a3777b76904ed83cb9d4dde4f5..b03a5536b6863bd8bb0322d0c8dbc4eeb7e7f8be 100644 (file)
@@ -139,6 +139,14 @@ void deviceLoadDefaultEthAddress (uint8 *maddr);
 void deviceSetEthResetState (int32 portNum, BOOL applyReset);
 #endif
  
+ /**
+  *  @brief
+  *     Return the endian status
+  *
+  *  @details
+  *     Returns true if the device is executing in little endian mode
+  */
+bool deviceIsLittleEndian(void);
 
 #endif