hptintf.h (718cf2ccb9956613756ab15d7a0e28f2c8e91cab) hptintf.h (04389c855e56d1715637fa43575ec13455a68b2e)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2011 HighPoint Technologies, Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 118 unchanged lines hidden (view full) ---

127#ifndef MAX_ARRAY_MEMBERS_V2
128#define MAX_ARRAY_MEMBERS_V2 16
129#endif
130
131#ifndef MAX_ARRAY_MEMBERS_V3
132#define MAX_ARRAY_MEMBERS_V3 64
133#endif
134
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2011 HighPoint Technologies, Inc.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 118 unchanged lines hidden (view full) ---

127#ifndef MAX_ARRAY_MEMBERS_V2
128#define MAX_ARRAY_MEMBERS_V2 16
129#endif
130
131#ifndef MAX_ARRAY_MEMBERS_V3
132#define MAX_ARRAY_MEMBERS_V3 64
133#endif
134
135/* keep definition for source code compatiblity */
135/* keep definition for source code compatibility */
136#define MAX_ARRAY_MEMBERS MAX_ARRAY_MEMBERS_V1
137
138/*
139 * io commands
140 * GUI use these commands to do IO on logical/physical devices.
141 */
142#define IO_COMMAND_READ 1
143#define IO_COMMAND_WRITE 2

--- 2095 unchanged lines hidden ---
136#define MAX_ARRAY_MEMBERS MAX_ARRAY_MEMBERS_V1
137
138/*
139 * io commands
140 * GUI use these commands to do IO on logical/physical devices.
141 */
142#define IO_COMMAND_READ 1
143#define IO_COMMAND_WRITE 2

--- 2095 unchanged lines hidden ---