/usr/include/trousers/tss.h is in libtspi-dev 0.3.14+fixed1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | /*
* Licensed Materials - Property of IBM
*
* trousers - An open source TCG Software Stack
*
* (C) Copyright International Business Machines Corp. 2004-2006
*
*/
#ifndef _TSS_H_
#define _TSS_H_
#include <stdlib.h>
#include <tss/platform.h>
#include <tss/tss_error_basics.h>
#include <tss/tddl_error.h>
#include <tss/tcs_typedef.h>
#include <tss/tss_typedef.h>
#include <tss/tss_structs.h>
#include <tss/tcs_structs.h>
#include <tss/tcs_error.h>
#include <tss/tcs.h>
#include <tss/tss_error.h>
#include <tss/tddlapi_error.h>
#include <tss/tcs_defines.h>
#include <tss/tss_defines.h>
#include <tss/tddli.h>
#include <tss/tspi.h>
#endif
|