186227Stmm/*-
2203844Smarius * Copyright (c) 2010 Marius Strobl <marius@FreeBSD.org>
386227Stmm * All rights reserved.
486227Stmm *
586227Stmm * Redistribution and use in source and binary forms, with or without
686227Stmm * modification, are permitted provided that the following conditions
786227Stmm * are met:
886227Stmm * 1. Redistributions of source code must retain the above copyright
986227Stmm *    notice, this list of conditions and the following disclaimer.
1086227Stmm * 2. Redistributions in binary form must reproduce the above copyright
1186227Stmm *    notice, this list of conditions and the following disclaimer in the
1286227Stmm *    documentation and/or other materials provided with the distribution.
1386227Stmm *
14203844Smarius * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15203844Smarius * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16203844Smarius * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17203844Smarius * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18203844Smarius * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19203844Smarius * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20203844Smarius * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21203844Smarius * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22203844Smarius * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23203844Smarius * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24203844Smarius * SUCH DAMAGE.
2586227Stmm *
2686227Stmm * $FreeBSD$
2786227Stmm */
2886227Stmm
2986227Stmm#ifndef _MACHINE_NEXUSVAR_H_
30203844Smarius#define	_MACHINE_NEXUSVAR_H_
3186227Stmm
32203844SmariusDECLARE_CLASS(nexus_driver);
3386227Stmm
3486227Stmm#endif /* _MACHINE_NEXUSVAR_H_ */
35