xref: /netbsd-src/sys/arch/ia64/include/profile.h (revision 7d5452404e5b3f014de2ecaea07b881787e20177)
1*7d545240Smartin /* $NetBSD: profile.h,v 1.1 2012/12/26 19:43:10 martin Exp $ */
2*7d545240Smartin 
3*7d545240Smartin /*
4*7d545240Smartin  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
5*7d545240Smartin  * All rights reserved.
6*7d545240Smartin  *
7*7d545240Smartin  * Author: Chris G. Demetriou
8*7d545240Smartin  *
9*7d545240Smartin  * Permission to use, copy, modify and distribute this software and
10*7d545240Smartin  * its documentation is hereby granted, provided that both the copyright
11*7d545240Smartin  * notice and this permission notice appear in all copies of the
12*7d545240Smartin  * software, derivative works or modified versions, and any portions
13*7d545240Smartin  * thereof, and that both notices appear in supporting documentation.
14*7d545240Smartin  *
15*7d545240Smartin  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
16*7d545240Smartin  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
17*7d545240Smartin  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
18*7d545240Smartin  *
19*7d545240Smartin  * Carnegie Mellon requests users of this software to return to
20*7d545240Smartin  *
21*7d545240Smartin  *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
22*7d545240Smartin  *  School of Computer Science
23*7d545240Smartin  *  Carnegie Mellon University
24*7d545240Smartin  *  Pittsburgh PA 15213-3890
25*7d545240Smartin  *
26*7d545240Smartin  * any improvements or extensions that they make and grant Carnegie the
27*7d545240Smartin  * rights to redistribute these changes.
28*7d545240Smartin  */
29*7d545240Smartin 
30*7d545240Smartin 
31*7d545240Smartin #define	_MCOUNT_DECL	void mcount
32*7d545240Smartin #define	_MCOUNT_FUNC	mcount
33