Add documentation

This commit is contained in:
HikariKnight 2023-04-10 14:36:57 +02:00
parent 639d056abe
commit 798427280b
6 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,7 @@ import (
"github.com/HikariKnight/quickpassthrough/pkg/fileio"
)
// This function generates a modprobe file for /etc/modprobe.d/
func Set_Modprobe(gpu_IDs []string) {
// Get the config
config := GetConfig()