summaryrefslogtreecommitdiff
path: root/my-common-code/api-asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-common-code/api-asm.h')
-rw-r--r--my-common-code/api-asm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/my-common-code/api-asm.h b/my-common-code/api-asm.h
deleted file mode 100644
index b153620..0000000
--- a/my-common-code/api-asm.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-/**
- * Reverse bytes in words
- * @param in word in form abcd
- * @returns word in form dcba
- */
-uint32_t rev_bytes(uint32_t in);