]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_darwin.cpp
Imported Upstream version 5.38+svn2879
[mirror_smartmontools-debian.git] / os_darwin.cpp
index 387a2fc53b4a76ce2871dd69a3a4ab9fc617e4cf..61c3425c7de3addd8e62b16c8edfa3a54fd30658 100644 (file)
@@ -44,7 +44,7 @@
 #include "os_darwin.h"
 
 // Needed by '-V' option (CVS versioning) of smartd/smartctl
-const char *os_XXXX_c_cvsid="$Id: os_darwin.cpp,v 1.20 2008/03/04 22:09:47 ballen4705 Exp $" \
+const char *os_XXXX_c_cvsid="$Id: os_darwin.cpp,v 1.21 2008/06/12 21:46:31 ballen4705 Exp $" \
 ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_DARWIN_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
 
 // Print examples for smartctl.
@@ -435,6 +435,21 @@ int escalade_command_interface(int fd, int escalade_port, int escalade_type,
   return -1;
 }
 
+int areca_command_interface(int fd, int escalade_port, 
+                              smart_command_set command, int select,
+                              char *data)
+{
+  fd = fd;
+  escalade_port = escalade_port;
+  command = command;
+  select = select;
+  data = data;
+  return -1;
+}
+
+
+
+
 int marvell_command_interface(int fd, smart_command_set command,
                      int select, char *data)
 {