/*
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#ifndef _GFX_VTS_H
#define _GFX_VTS_H
#include "libvtsSUNWxfb.h" /* VTS library definitions for ast device */
/*
* Debug & trace flags used with TraceMessage() and gfx_vts_debug_mask
*/
extern int gfx_vts_debug_mask; /* Debugging categories bit mask */
void gfx_vts_set_debug_mask(void);
void TraceMessage(
int flags, /* Current debug categories bit mask */
const char *func, /* Name of function to report */
const char *format, /* printf()-style format string */
...); /* printf()-style variable arguments */
void gfx_vts_set_message(
int count,
int mesg_num,
char *string); /* Message string, else NULL */
int gfx_vts_check_fd(
int fd, /* File descriptor number */
void gfx_vts_free_tests(
#endif /* _GFX_VTS_H */
/* End of gfx_vts.h */