| Current File : //usr/share/src/uts/i86pc/sys/psm_defs.h |
/*
* Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SYS_PSM_DEFS_H
#define _SYS_PSM_DEFS_H
/*
* Platform Specific Module Definitions
*/
#include <sys/pic.h>
#include <sys/xc_levels.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __STDC__
typedef void *opaque_t;
#else /* __STDC__ */
typedef char *opaque_t;
#endif /* __STDC__ */
/*
* External Kernel Interface
*/
extern void picsetup(void); /* isp initialization */
/*
* External Kernel Reference Data
*/
#ifdef __cplusplus
}
#endif
#endif /* _SYS_PSM_DEFS_H */