blob: 1a0f16c9bac0e2535b48561b9eceed0e3375627b [file] [log] [blame]
Prashant Malania11c9ce2017-05-19 19:16:57 -07001// Copyright 2017 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef MIDIS_CONSTANTS_H_
6#define MIDIS_CONSTANTS_H_
7
8namespace midis {
9
10const int kMaxBufSize = 1024;
11
12} // namespace midis
13
14#endif // MIDIS_CONSTANTS_H_