1521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o// Copyright (c) 2009 The Chromium Authors. All rights reserved.
2521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o// Use of this source code is governed by a BSD-style license that can be
3efc6f628e15de95bcd13e4f0ee223cb42115d520Theodore Ts'o// found in the LICENSE file.
4521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
5521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o#ifndef OTS_CVT_H_
6521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o#define OTS_CVT_H_
7521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
8521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o#include "ots.h"
9521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
10521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'onamespace ots {
11521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
12521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'ostruct OpenTypeCVT {
13521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o  const uint8_t *data;
14521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o  uint32_t length;
15521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o};
16521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
17521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o}  // namespace ots
18521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o
19521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o#endif  // OTS_CVT_H_
20521e36857227b21e7ab47b0a97f788d2af9f9717Theodore Ts'o