/* * os_netbsd.h * * Home page of code is: http://www.smartmontools.org * * Copyright (C) 2003-8 Sergey Svishchev * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef OS_NETBSD_H_ #define OS_NETBSD_H_ #define OS_NETBSD_H_CVSID "$Id: os_netbsd.h 4760 2018-08-19 18:45:53Z chrfranke $\n" #include #include #include #include #include #define ata_smart_selftestlog __netbsd_ata_smart_selftestlog #include #if HAVE_DEV_ATA_ATAVAR_H #include #endif #include #undef ata_smart_selftestlog #include #include #include #ifndef WDSM_RD_THRESHOLDS /* pre-1.6.2 system */ #define WDSM_RD_THRESHOLDS 0xd1 #endif #ifndef WDSMART_CYL #define WDSMART_CYL 0xc24f #endif #endif /* OS_NETBSD_H_ */