feat: integrate gdb support over serial port for bare-metal debugging.
[lunaix-os.git] / lunaix-os / libs / hash.c
index c1580edda5a51074ea9237abe709eeaddac55cb3..dc1b3ccb1c1af2f9e537457a6fc8b01637b472c5 100644 (file)
@@ -9,7 +9,7 @@
  * @return unsigned int
  */
 uint32_t
-strhash_32(unsigned char* str, uint32_t truncate_to)
+strhash_32(const char* str, uint32_t truncate_to)
 {
     if (!str)
         return 0;