21 lines
321 B
C
21 lines
321 B
C
|
/* **********************************************************
|
||
|
* Copyright 2010 VMware, Inc. All rights reserved.
|
||
|
* **********************************************************/
|
||
|
|
||
|
/*
|
||
|
* @VMKAPIMOD_LICENSE@
|
||
|
*/
|
||
|
|
||
|
#ifndef _VMKAPI_LIB_H_
|
||
|
#define _VMKAPI_LIB_H_
|
||
|
|
||
|
/**
|
||
|
* Lib
|
||
|
* \defgroup Lib Lib Kernel
|
||
|
*
|
||
|
* \{ \}
|
||
|
*/
|
||
|
|
||
|
|
||
|
#endif
|