Skip to content

Commit f55c83c

Browse files
virtio-msg: add new command for bus normative
Add a new command to have a standard way to define virtio-msg bus normative statements. Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
1 parent d81941b commit f55c83c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

commands.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
% How we format a field name
88
\newcommand{\field}[1]{\emph{#1}}
99

10-
% Mark a normative section (driver or device)
10+
% Mark a normative section (driver, device, or bus)
1111
\newcommand{\drivernormative}[3]{#1{Driver Requirements: #2}\label{drivernormative:#3}}
1212
\newcommand{\devicenormative}[3]{#1{Device Requirements: #2}\label{devicenormative:#3}}
13+
\newcommand{\busnormative}[3]{#1{Bus Requirements: #2}\label{busnormative:#3}}
1314
\newcounter{clausecounter}
1415
\newcommand{\conformance}[2]{
1516
\stepcounter{clausecounter}

0 commit comments

Comments
 (0)