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