From 499e349afa57536ce80497aa99f61c5492e3733e Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 29 Jan 2011 03:15:44 +0100 Subject: More filesystem stuff working. devfs is now in place with stdin, stdout, and stderr. --- os/include/hash-djb2.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 os/include/hash-djb2.h (limited to 'os/include/hash-djb2.h') diff --git a/os/include/hash-djb2.h b/os/include/hash-djb2.h new file mode 100644 index 0000000..413222e --- /dev/null +++ b/os/include/hash-djb2.h @@ -0,0 +1,8 @@ +#ifndef __HASH_DJB2_H__ +#define __HASH_DJB2_H__ + +#include + +uint32_t hash_djb2(const uint8_t * str, ssize_t max); + +#endif -- cgit v1.2.3