mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
12 lines
193 B
Python
12 lines
193 B
Python
|
|
#
|
||
|
|
# Copyright 2017 Ettus Research, National Instruments Company
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: GPL-3.0
|
||
|
|
#
|
||
|
|
"""
|
||
|
|
System/OS Utilities
|
||
|
|
|
||
|
|
These are convenience functions to access Linux subsystems.
|
||
|
|
"""
|
||
|
|
|