From f8c0502bb2680f2dbe7c1f3d7958f60265347005 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 25 Aug 2018 14:34:14 +0100 Subject: [PATCH] readme: link to m5ops.h as well --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index eed3f14..52db887 100644 --- a/README.adoc +++ b/README.adoc @@ -8386,7 +8386,10 @@ The executable `/m5ops.out` illustrates how to hard code with inline assembly th /m5ops.out r .... -Source: link:kernel_module/user/m5ops.c[] +Sources: + +* link:kernel_module/user/m5ops.h[] +* link:kernel_module/user/m5ops.c[] That executable is of course a subset of <> and useless by itself: its goal is only illustrate how to hardcode some <> yourself as one-liners.