blob: 94da653deb7705684b207100911893505212ceb4 [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
Prashant Malanifb9d7372017-06-22 00:50:19 -070010const int kMaxBufSize = 4096;
Prashant Malania11c9ce2017-05-19 19:16:57 -070011
12} // namespace midis
13
14#endif // MIDIS_CONSTANTS_H_