cssm.h

来自「Next BIOS Source code : Extensible Firmw」· C头文件 代码 · 共 37 行

H
37
字号
/* SCCSID: inc/cssm.h, dss_cdsa_fwk, fwk_rel2, dss_971010 1.3 10/23/97 17:53:31 */
/*
 * (C) COPYRIGHT International Business Machines Corp. 1996, 1997
 * All Rights Reserved
 * Licensed Materials - Property of IBM
 *
Copyright (c)  1999 - 2002 Intel Corporation. All rights reserved
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.

 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *
 */

#ifndef _CSSM_H
#define _CSSM_H    

#include "cssmdefs.h"
#include "cssmtype.h"

#ifndef RUNTIME_CSSM_SYMBOL_RESOLUTION
#include "cssmapi.h"
#endif

#include "cssmerr.h"

#define CSSM_CAPABILITY_VERSION     0x0200              

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?