2 * Copyright 2004-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Copyright 2002-04, Thomas Kurschel. All rights reserved.
5 * Distributed under the terms of the MIT License.
11 #include <SupportDefs.h>
18 int32
dm_create_id(const char *name
);
19 status_t
dm_free_id(const char *name
, uint32 id
);
21 void dm_init_id_generator(void);
27 #endif /* ID_GENERATOR_H */