~ubuntu-branches/ubuntu/precise/libffado/precise

« back to all changes in this revision

Viewing changes to src/libutil/SystemTimeSource.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2009-06-27 14:55:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627145545-ikyyoc5z1edx148o
Tags: 2.0~rc2+svn1569-2
* Fix FTBS on powerpc (Closes: #534837)
* Fix lintian warning regarding obsolete dh_desktop
* Bump standards version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "../debugmodule/debugmodule.h"
28
28
 
 
29
#include <stdint.h>
 
30
 
29
31
typedef uint64_t ffado_microsecs_t;
30
32
 
31
33
namespace Util {