1147271Smarius/*-
2147271Smarius * Copyright (c) 1992, 1993 Erik Forsberg.
3147271Smarius * Copyright (c) 1996, 1997 Kazutaka YOKOTA.
4147271Smarius * All rights reserved.
5147271Smarius *
6147271Smarius * Redistribution and use in source and binary forms, with or without
7147271Smarius * modification, are permitted provided that the following conditions
8147271Smarius * are met:
9147271Smarius * 1. Redistributions of source code must retain the above copyright
10147271Smarius *    notice, this list of conditions and the following disclaimer.
11147271Smarius *
12147271Smarius * THIS SOFTWARE IS PROVIDED BY ``AS IS'' AND ANY EXPRESS OR IMPLIED
13147271Smarius * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14147271Smarius * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
15147271Smarius * NO EVENT SHALL I BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
16147271Smarius * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
17147271Smarius * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
18147271Smarius * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
19147271Smarius * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
20147271Smarius * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21147271Smarius * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22147271Smarius *
23147271Smarius *	from: FreeBSD: src/sys/isa/psm.c,v 1.84 2005/01/10 13:05:58 philip
24147271Smarius * $FreeBSD$
25147271Smarius */
26147271Smarius
27147271Smarius#ifndef _DEV_ATKBDC_PSM_H_
28147271Smarius#define	_DEV_ATKBDC_PSM_H_
29147271Smarius
30147271Smarius#define	PSM_DRIVER_NAME	"psm"
31147271Smarius
32147271Smarius#endif /* !_DEV_ATKBDC_PSM_H_ */
33