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

(in cpu

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

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