[rtems-central commit] spec: Add grlib interfaces to group

Sebastian Huber sebh at rtems.org
Fri Sep 2 11:24:35 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    0423a2bd7f438b290f56cce1c256bd1c93720827
Changeset: http://git.rtems.org/rtems-central/commit/?id=0423a2bd7f438b290f56cce1c256bd1c93720827

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep  2 08:15:44 2022 +0200

spec: Add grlib interfaces to group

---

 spec/dev/grlib/if/io-header.yml | 2 ++
 spec/dev/grlib/if/load-08.yml   | 2 ++
 spec/dev/grlib/if/load-16.yml   | 2 ++
 spec/dev/grlib/if/load-32.yml   | 2 ++
 spec/dev/grlib/if/load-64.yml   | 2 ++
 spec/dev/grlib/if/store-08.yml  | 2 ++
 spec/dev/grlib/if/store-16.yml  | 2 ++
 spec/dev/grlib/if/store-32.yml  | 2 ++
 spec/dev/grlib/if/store-64.yml  | 2 ++
 9 files changed, 18 insertions(+)

diff --git a/spec/dev/grlib/if/io-header.yml b/spec/dev/grlib/if/io-header.yml
index c7c3c8bf..aa4a36bb 100644
--- a/spec/dev/grlib/if/io-header.yml
+++ b/spec/dev/grlib/if/io-header.yml
@@ -9,6 +9,8 @@ interface-type: header-file
 links:
 - role: interface-placement
   uid: /bsp/if/domain
+- role: interface-ingroup
+  uid: group
 path: grlib/io.h
 prefix: bsps/include
 type: interface
diff --git a/spec/dev/grlib/if/load-08.yml b/spec/dev/grlib/if/load-08.yml
index dcd99094..c2a22f58 100644
--- a/spec/dev/grlib/if/load-08.yml
+++ b/spec/dev/grlib/if/load-08.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_8
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/load-16.yml b/spec/dev/grlib/if/load-16.yml
index 86d60a24..bbb6d8e0 100644
--- a/spec/dev/grlib/if/load-16.yml
+++ b/spec/dev/grlib/if/load-16.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_16
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/load-32.yml b/spec/dev/grlib/if/load-32.yml
index 626b459e..740a899f 100644
--- a/spec/dev/grlib/if/load-32.yml
+++ b/spec/dev/grlib/if/load-32.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_32
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/load-64.yml b/spec/dev/grlib/if/load-64.yml
index 4ed4e8f3..ce4a598d 100644
--- a/spec/dev/grlib/if/load-64.yml
+++ b/spec/dev/grlib/if/load-64.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_64
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/store-08.yml b/spec/dev/grlib/if/store-08.yml
index dcd99094..c2a22f58 100644
--- a/spec/dev/grlib/if/store-08.yml
+++ b/spec/dev/grlib/if/store-08.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_8
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/store-16.yml b/spec/dev/grlib/if/store-16.yml
index 86d60a24..bbb6d8e0 100644
--- a/spec/dev/grlib/if/store-16.yml
+++ b/spec/dev/grlib/if/store-16.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_16
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/store-32.yml b/spec/dev/grlib/if/store-32.yml
index 626b459e..740a899f 100644
--- a/spec/dev/grlib/if/store-32.yml
+++ b/spec/dev/grlib/if/store-32.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_32
 references: []
 type: interface
diff --git a/spec/dev/grlib/if/store-64.yml b/spec/dev/grlib/if/store-64.yml
index 4ed4e8f3..ce4a598d 100644
--- a/spec/dev/grlib/if/store-64.yml
+++ b/spec/dev/grlib/if/store-64.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
 links:
 - role: interface-placement
   uid: io-header
+- role: interface-ingroup
+  uid: group
 name: grlib_load_64
 references: []
 type: interface



More information about the vc mailing list