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

(in cpu

    (genfscon "proc" "/cpu" procfile_context)

    (blockinherit .procfile.macro_template_dirs)
    (blockinherit .procfile.template))