In the latest scripts/generate_binding.py, we know we need the following files in Linux kernel source code to generate the bindings.
- include/hyperv/hvgdk_mini.h
- include/hyperv/hvgdk.h
- include/hyperv/hvhdk_mini.h
- include/hyperv/hvhdk.h
- include/linux/mshv.h
I am confused because I cannot find these files in the latest mainline Linux kernel source code. So, I need some help.
Kenji Mouri