blob: 3ae6089811da2ce1c8a8cb0c87a5ccd1ba4bb497 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block xd
(filecon "/dev/xd[^/]+" block stordev_context)
(blockinherit .stordev.base_template)
(blockinherit .stordev.macro_template_blk_files))
|