Blame SOURCES/trousers-0.3.14-noinline.patch
|
|
6c64d2 |
diff -ur trousers-0.3.15/src/include/tspps.h trousers-0.3.15-new/src/include/tspps.h
|
|
|
6c64d2 |
--- trousers-0.3.15/src/include/tspps.h 2020-05-27 23:01:45.000000000 -0700
|
|
|
6c64d2 |
+++ trousers-0.3.15-new/src/include/tspps.h 2020-11-06 17:46:53.796319788 -0700
|
|
|
efabc7 |
@@ -18,8 +18,8 @@
|
|
|
efabc7 |
|
|
|
efabc7 |
TSS_RESULT get_file(int *);
|
|
|
efabc7 |
int put_file(int);
|
|
|
efabc7 |
-inline TSS_RESULT read_data(int, void *, UINT32);
|
|
|
efabc7 |
-inline TSS_RESULT write_data(int, void *, UINT32);
|
|
|
6c64d2 |
+TSS_RESULT read_data(int, void *, UINT32);
|
|
|
6c64d2 |
+TSS_RESULT write_data(int, void *, UINT32);
|
|
|
efabc7 |
UINT32 psfile_get_num_keys(int);
|
|
|
efabc7 |
TSS_RESULT psfile_get_parent_uuid_by_uuid(int, TSS_UUID *, TSS_UUID *);
|
|
|
efabc7 |
TSS_RESULT psfile_remove_key_by_uuid(int, TSS_UUID *);
|