chromium/third_party/brotli/enc/command.c

/* Copyright 2013 Google Inc. All Rights Reserved.

   Distributed under MIT license.
   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/

#include "command.h"

#include <brotli/types.h>

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

const uint32_t kBrotliInsBase[BROTLI_NUM_INS_COPY_CODES] =;
const uint32_t kBrotliInsExtra[BROTLI_NUM_INS_COPY_CODES] =;
const uint32_t kBrotliCopyBase[BROTLI_NUM_INS_COPY_CODES] =;
const uint32_t kBrotliCopyExtra[BROTLI_NUM_INS_COPY_CODES] =;

#if defined(__cplusplus) || defined(c_plusplus)
}  /* extern "C" */
#endif