blob: 7a58b4d219edb5cb71e11cfcb69bdc9c33b8d29d [file] [log] [blame]
/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkOTUtils_DEFINED
#define SkOTUtils_DEFINED
#include "SkOTTableTypes.h"
struct SkOTUtils {
static uint32_t CalcTableChecksum(SK_OT_ULONG *data, size_t length);
};
#endif