Adding in test_power.c directly from the kernel

This commit is contained in:
Jeff Curless
2025-10-05 14:32:02 -04:00
parent 512929ec79
commit 801eedcd97
2 changed files with 760 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
obj-m += dummy_battery.o
obj-m += test_power.o
# Build with:
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules