diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/sbi_version.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h new file mode 100644 index 00000000..74b65e02 --- /dev/null +++ b/include/sbi/sbi_version.h @@ -0,0 +1,16 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2019 Western Digital Corporation or its affiliates. + * + * Authors: + * Anup Patel <[email protected]> + */ + +#ifndef __SBI_VERSION_H__ +#define __SBI_VERSION_H__ + +#define OPENSBI_VERSION_MAJOR 0 +#define OPENSBI_VERSION_MINOR 1 + +#endif |
