mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Add cpuid Linux kernel module for ARM CPUs
This commit is contained in:
parent
fb4abf78bb
commit
371a9648d6
9 changed files with 371 additions and 3 deletions
8
drivers/.gitignore
vendored
Normal file
8
drivers/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
!*/*/Makefile.in
|
||||
*.cmd
|
||||
*.o.d
|
||||
*.ko
|
||||
*.mod
|
||||
*.mod.c
|
||||
Module.symvers
|
||||
modules.order
|
Loading…
Add table
Add a link
Reference in a new issue