166458Sdfr/* $FreeBSD: releng/10.2/sys/ia64/include/intrcnt.h 205234 2010-03-17 00:37:15Z marcel $ */
266458Sdfr/* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */
366458Sdfr
4139790Simp/*-
566458Sdfr * Copyright (c) 1995, 1996 Carnegie-Mellon University.
666458Sdfr * All rights reserved.
766458Sdfr *
866458Sdfr * Author: Chris G. Demetriou
966458Sdfr *
1066458Sdfr * Permission to use, copy, modify and distribute this software and
1166458Sdfr * its documentation is hereby granted, provided that both the copyright
1266458Sdfr * notice and this permission notice appear in all copies of the
1366458Sdfr * software, derivative works or modified versions, and any portions
1466458Sdfr * thereof, and that both notices appear in supporting documentation.
1566458Sdfr *
1666458Sdfr * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
1766458Sdfr * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
1866458Sdfr * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
1966458Sdfr *
2066458Sdfr * Carnegie Mellon requests users of this software to return to
2166458Sdfr *
2266458Sdfr *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
2366458Sdfr *  School of Computer Science
2466458Sdfr *  Carnegie Mellon University
2566458Sdfr *  Pittsburgh PA 15213-3890
2666458Sdfr *
2766458Sdfr * any improvements or extensions that they make and grant Carnegie the
2866458Sdfr * rights to redistribute these changes.
2966458Sdfr */
3066458Sdfr
3166458Sdfr#define	INTRCNT_CLOCK		0
32205234Smarcel#define	INTRCNT_COUNT		256
3366458Sdfr
34106066Smarcel/*
35106066Smarcel * Maximum name length in intrnames table (including terminating '\0'.
36106066Smarcel * Since vmstat(8) assumes a maximum length of 13 (including '\0'), we're
37106066Smarcel * pretty much limited to that (unless we don't care about the alignment
38106066Smarcel * of the columns :-)
39106066Smarcel */
40106066Smarcel#define INTRNAME_LEN		13
41