pg.h revision 3434:5142e1d7d0bc
175584Sru/*
275584Sru * CDDL HEADER START
375584Sru *
475584Sru * The contents of this file are subject to the terms of the
575584Sru * Common Development and Distribution License (the "License").
675584Sru * You may not use this file except in compliance with the License.
775584Sru *
875584Sru * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
975584Sru * or http://www.opensolaris.org/os/licensing.
1075584Sru * See the License for the specific language governing permissions
1175584Sru * and limitations under the License.
1275584Sru *
1375584Sru * When distributing Covered Code, include this CDDL HEADER in each
1475584Sru * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1575584Sru * If applicable, add the following below this CDDL HEADER, with the
1675584Sru * fields enclosed by brackets "[]" replaced with your own identifying
1775584Sru * information: Portions Copyright [yyyy] [name of copyright owner]
1875584Sru *
1975584Sru * CDDL HEADER END
2075584Sru */
2175584Sru
2275584Sru/*
2375584Sru * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
2475584Sru * Use is subject to license terms.
2575584Sru */
2675584Sru
2775584Sru#ifndef _MDB_PG_H
2875584Sru#define	_MDB_PG_H
2975584Sru
3075584Sru#pragma ident	"%Z%%M%	%I%	%E% SMI"
3175584Sru
3275584Sru/*
3375584Sru * Block comment that describes the contents of this file.
3475584Sru */
3575584Sru
3675584Sru#ifdef __cplusplus
3775584Sruextern "C" {
3875584Sru#endif
3975584Sru
4075584Sru#include <mdb/mdb_modapi.h>
4175584Sru
4275584Sruint pg(uintptr_t, uint_t, int, const mdb_arg_t *);
4375584Sru
4475584Sru#ifdef __cplusplus
4575584Sru}
4675584Sru#endif
4775584Sru
4875584Sru#endif /* _MDB_PG_H */
4975584Sru