~ubuntu-branches/ubuntu/jaunty/trousers/jaunty

« back to all changes in this revision

Viewing changes to src/include/trousers/tss.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-01-23 22:03:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123220300-fhtqja3c0oq0gp6z
Tags: 0.3.1-4
* Added patch from Aaron M. Ucko <ucko@debian.org> to allow trousers to
  build successfully on amd64, and presumably also other 64-bit
  architectures (Closes: #457400).
* Including udev rule for /dev/tpm from William Lima
  <wlima.amadeus@gmail.com> as suggested by David Smith <dds@google.com>
  (Closes: #459682).
* Added lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * trousers - An open source TCG Software Stack
6
6
 *
7
 
 * (C) Copyright International Business Machines Corp. 2004, 2005
 
7
 * (C) Copyright International Business Machines Corp. 2004-2006
8
8
 *
9
9
 */
10
10
 
15
15
 
16
16
#include <tss/platform.h>
17
17
#include <tss/tss_error_basics.h>
18
 
#include <tss/tcpa_defines.h>
19
 
#include <tss/tcpa_typedef.h>
20
 
#include <tss/tcpa_struct.h>
21
 
#include <tss/tcpa_error.h>
22
18
#include <tss/tddl_error.h>
23
19
#include <tss/tcs_typedef.h>
24
20
#include <tss/tss_typedef.h>
25
21
#include <tss/tss_structs.h>
26
22
#include <tss/tcs_structs.h>
27
23
#include <tss/tcs_error.h>
 
24
#include <tss/tcs.h>
28
25
#include <tss/tss_error.h>
29
26
 
30
27
#include <tss/tddlapi_error.h>
 
28
#include <tss/tcs_defines.h>
31
29
#include <tss/tss_defines.h>
32
30
#include <tss/tddli.h>
33
31
#include <tss/tspi.h>