Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/init.h>
#include <asm/hypervisor.h>
#include <asm/oplib.h>
Go to the source code of this file.
Data Structures | |
struct | api_info |
Macros | |
#define | FLAG_PRE_API 0x00000001 |
Functions | |
int | sun4v_hvapi_register (unsigned long group, unsigned long major, unsigned long *minor) |
EXPORT_SYMBOL (sun4v_hvapi_register) | |
void | sun4v_hvapi_unregister (unsigned long group) |
EXPORT_SYMBOL (sun4v_hvapi_unregister) | |
int | sun4v_hvapi_get (unsigned long group, unsigned long *major, unsigned long *minor) |
EXPORT_SYMBOL (sun4v_hvapi_get) | |
void __init | sun4v_hvapi_init (void) |
EXPORT_SYMBOL | ( | sun4v_hvapi_register | ) |
EXPORT_SYMBOL | ( | sun4v_hvapi_unregister | ) |
EXPORT_SYMBOL | ( | sun4v_hvapi_get | ) |