RTEMS
5.0.0
cpukit
include
rtems
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)
Definition:
rtems-rfs-dir-hash.c:169
Generated by
1.8.13