11.1Sbouyer/*	$OpenBSD: glxvar.h,v 1.1 2010/10/14 21:23:05 pirofti Exp $	*/
21.1Sbouyer
31.1Sbouyer/*
41.1Sbouyer * Copyright (c) 2009 Miodrag Vallat.
51.1Sbouyer *
61.1Sbouyer * Permission to use, copy, modify, and distribute this software for any
71.1Sbouyer * purpose with or without fee is hereby granted, provided that the above
81.1Sbouyer * copyright notice and this permission notice appear in all copies.
91.1Sbouyer *
101.1Sbouyer * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
111.1Sbouyer * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
121.1Sbouyer * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
131.1Sbouyer * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
141.1Sbouyer * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
151.1Sbouyer * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
161.1Sbouyer * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
171.1Sbouyer */
181.1Sbouyer
191.1Sbouyervoid		glx_init(pci_chipset_tag_t, pcitag_t, int);
201.1Sbouyer
211.1Sbouyeruint64_t	rdmsr(uint);
221.1Sbouyervoid		wrmsr(uint, uint64_t);
23