xref: /titanic_41/usr/src/lib/libast/i386/include/ast/dt.h (revision 2a8d6eba033e4713ab12b61178f0513f1f075482)
1 
2 /* : : generated by proto : : */
3 /***********************************************************************
4 *                                                                      *
5 *               This software is part of the ast package               *
6 *          Copyright (c) 1985-2008 AT&T Intellectual Property          *
7 *                      and is licensed under the                       *
8 *                  Common Public License, Version 1.0                  *
9 *                    by AT&T Intellectual Property                     *
10 *                                                                      *
11 *                A copy of the License is available at                 *
12 *            http://www.opensource.org/licenses/cpl1.0.txt             *
13 *         (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9)         *
14 *                                                                      *
15 *              Information and Software Systems Research               *
16 *                            AT&T Research                             *
17 *                           Florham Park NJ                            *
18 *                                                                      *
19 *                 Glenn Fowler <gsf@research.att.com>                  *
20 *                  David Korn <dgk@research.att.com>                   *
21 *                   Phong Vo <kpv@research.att.com>                    *
22 *                                                                      *
23 ***********************************************************************/
24 
25 
26 #ifndef _DT_H
27 #if !defined(__PROTO__)
28 #include <prototyped.h>
29 #endif
30 #if !defined(__LINKAGE__)
31 #define __LINKAGE__		/* 2004-08-11 transition */
32 #endif
33 
34 #define _DT_H		1
35 
36 #include <cdt.h>
37 #include <vmalloc.h>
38 
39 #if _BLD_cdt && defined(__EXPORT__)
40 #undef __MANGLE__
41 #define __MANGLE__ __LINKAGE__		__EXPORT__
42 #endif
43 
44 extern __MANGLE__ Dt_t*		dtnew __PROTO__((Vmalloc_t*, Dtdisc_t*, Dtmethod_t*));
45 
46 #undef __MANGLE__
47 #define __MANGLE__ __LINKAGE__
48 
49 #endif
50