summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/devicessysfile/memorydevicessysfile.cil
blob: 3fc61692c2768d4c8cc6f8f909875c5f569f8a80 (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block memory

  (genfscon "sysfs" "/devices/system/memory" sysfile_context)

  (blockinherit .sysfile.devices.template)
  (blockinherit .sysfile.macro_template_dirs)
  (blockinherit .sysfile.macro_template_lnk_files))