RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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_HASH_H_
22
23#include <stddef.h>
24#include <stdint.h>
25
34uint32_t rtems_rfs_dir_hash (const void *key, size_t length);
35
36#endif
uint32_t rtems_rfs_dir_hash(const void *key, size_t length)
Definition: rtems-rfs-dir-hash.c:170