blob: a165934c8bfb2ef90cedf7011af5d3fa48c82574 [file] [edit]
/* -*- Mode: C++; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#ifndef RR_TICKS_H_
#define RR_TICKS_H_
#include <stdint.h>
namespace rr {
typedef int64_t Ticks;
} // namespace rr
#endif /* RR_TICKS_H_ */