Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_emulator.c:38:0:
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:223:30: warning: implicit declaration of function ‘_IOWR’; did you mean ‘_IOR’? [-Wimplicit-function-declaration]
- PTM_INIT = _IOWR('P', 1, ptm_init),
- ^~~~~
- _IOR
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:223:44: error: expected expression before ‘ptm_init’
- PTM_INIT = _IOWR('P', 1, ptm_init),
- ^~~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:226:44: error: expected expression before ‘ptm_loc’
- PTM_SET_LOCALITY = _IOWR('P', 4, ptm_loc),
- ^~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:228:44: error: expected expression before ‘ptm_hdata’
- PTM_HASH_DATA = _IOWR('P', 6, ptm_hdata),
- ^~~~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:232:47: error: expected expression before ‘ptm_reset_est’
- PTM_RESET_TPMESTABLISHED = _IOWR('P', 10, ptm_reset_est),
- ^~~~~~~~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:233:45: error: expected expression before ‘ptm_getstate’
- PTM_GET_STATEBLOB = _IOWR('P', 11, ptm_getstate),
- ^~~~~~~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:234:45: error: expected expression before ‘ptm_setstate’
- PTM_SET_STATEBLOB = _IOWR('P', 12, ptm_setstate),
- ^~~~~~~~~~~~
- /cygdrive/d/Users/brazg/Documents/GitHub/qemu/hw/tpm/tpm_ioctl.h:238:45: error: expected expression before ‘ptm_setbuffersize’
- PTM_SET_BUFFERSIZE = _IOWR('P', 16, ptm_setbuffersize),
- ^~~~~~~~~~~~~~~~~
- make: *** [/cygdrive/d/Users/brazg/Documents/GitHub/qemu/rules.mak:69: hw/tpm/tpm_emulator.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement