Skip to content

Commit e33f756

Browse files
committed
src: introduce unreleased export section
It is not obvious to start a new section after a release. Add an explicit new UNRELEASED section so contributers know where to put a new symbol. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 526bc01 commit e33f756

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/libnvme-mi.map

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
LIBNVME_UNRELEASED {
3+
global:
4+
};
5+
16
LIBNVME_MI_1_12 {
27
global:
38
nvme_mi_mi_xfer;

src/libnvme.map

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
LIBNVME_UNRELEASED {
3+
global:
4+
};
5+
26
LIBNVME_1.13 {
37
global:
48
nvme_subsystem_get_fw_rev;

0 commit comments

Comments
 (0)