📄 snmp_bc_watchdog.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): * Steve Sherman <stevees@us.ibm.com> */#include <snmp_bc_plugin.h>SaErrorT snmp_bc_get_watchdog_info(void *hnd, SaHpiResourceIdT id, SaHpiWatchdogNumT num, SaHpiWatchdogT *wdt){ /* Watchdog not supported */ return SA_ERR_HPI_NOT_PRESENT;}SaErrorT snmp_bc_set_watchdog_info(void *hnd, SaHpiResourceIdT id, SaHpiWatchdogNumT num, SaHpiWatchdogT *wdt){ /* Watchdog not supported */ return SA_ERR_HPI_NOT_PRESENT;}SaErrorT snmp_bc_reset_watchdog(void *hnd, SaHpiResourceIdT id, SaHpiWatchdogNumT num){ /* Watchdog not supported */ return SA_ERR_HPI_NOT_PRESENT;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -