cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / lib / libc / Versions.def
blob8452c7d057c1a5f8555a9416397ce8caac193d72
1 # $FreeBSD$
4 # Note: Whenever bumping the FBSD version, always make
5 # FBSDprivate_1.0 depend on the new FBSD version.
6 # This will keep it at the end of the dependency chain.
9 # This is our first version; it depends on no other.
10 # This version was first added to 7.0-current.
11 FBSD_1.0 {
14 # This version was first added to 8.0-current.
15 FBSD_1.1 {
16 } FBSD_1.0;
18 # This version was first added to 9.0-current.
19 FBSD_1.2 {
20 } FBSD_1.1;
22 # This version was first added to 10.0-current.
23 FBSD_1.3 {
24 } FBSD_1.2;
26 # This version was first added to 11.0-current.
27 FBSD_1.4 {
28 } FBSD_1.3;
31 # This is our private namespace. Any global interfaces that are
32 # strictly for use only by other FreeBSD applications and libraries
33 # are listed here. We use a separate namespace so we can write
34 # simple ABI-checking tools.
36 # Please do NOT increment the version of this namespace.
37 FBSDprivate_1.0 {
38 } FBSD_1.4;