RTEMS CPU Kit with SuperCore
4.11.2
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.2
ws-rtems
rtems-4.11.2
cpukit
libfs
src
rfs
rtems-rfs-dir-hash.h
Go to the documentation of this file.
1
12
/*
13
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#if !defined (_RTEMS_RFS_DIR_HASH_H_)
21
#define _RTEMS_RFS_DIR_HAS_H_
22
23
#include <stddef.h>
24
#include <stdint.h>
25
34
uint32_t
rtems_rfs_dir_hash
(
const
void
*key,
size_t
length);
35
36
#endif
rtems_rfs_dir_hash
uint32_t rtems_rfs_dir_hash(const void *key, size_t length)
Compute a hash of the key over the length of string.
Definition:
rtems-rfs-dir-hash.c:169
Generated by
1.8.13