aboutsummaryrefslogtreecommitdiff
path: root/include/sg_lib_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sg_lib_data.h')
-rw-r--r--include/sg_lib_data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sg_lib_data.h b/include/sg_lib_data.h
index 01c132ea..1e427043 100644
--- a/include/sg_lib_data.h
+++ b/include/sg_lib_data.h
@@ -2,7 +2,7 @@
#define SG_LIB_DATA_H
/*
- * Copyright (c) 2007-2019 Douglas Gilbert.
+ * Copyright (c) 2007-2021 Douglas Gilbert.
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
@@ -46,7 +46,9 @@ extern "C" {
#define SG_VARIABLE_LENGTH_CMD 0x7f
#define SG_WRITE_BUFFER 0x3b
#define SG_ZONING_OUT 0x94
+#define SG_ZBC_OUT SG_ZONING_OUT /* as SPC calls them */
#define SG_ZONING_IN 0x95
+#define SG_ZBC_IN SG_ZONING_IN /* as SPC calls them */