⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snmp_rsa_watchdog.c

📁 HIP 硬件设备管理标准接口
💻 C
字号:
/*      -*- linux-c -*- * * (C) Copyright IBM Corp. 2004 * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  This * file and program are licensed under a BSD style license.  See * the Copying file included with the OpenHPI distribution for * full licensing terms. * * Author(s): *      W. David Ashley <dashley@us.ibm.com> */#include <SaHpi.h>#include <snmp_rsa_watchdog.h>SaErrorT snmp_rsa_get_watchdog_info(void *hnd,				    SaHpiResourceIdT id,				    SaHpiWatchdogNumT num,				    SaHpiWatchdogT *wdt){	/* Watchdog not supported */        return SA_ERR_HPI_INVALID_CMD;}SaErrorT snmp_rsa_set_watchdog_info(void *hnd,				    SaHpiResourceIdT id,				    SaHpiWatchdogNumT num,				    SaHpiWatchdogT *wdt){	/* Watchdog not supported */        return SA_ERR_HPI_INVALID_CMD;}SaErrorT snmp_rsa_reset_watchdog(void *hnd,				 SaHpiResourceIdT id,				 SaHpiWatchdogNumT num){ 	/* Watchdog not supported */        return SA_ERR_HPI_INVALID_CMD;}

⌨️ 快捷键说明

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