Prashant Malani | a11c9ce | 2017-05-19 19:16:57 -0700 | [diff] [blame^] | 1 | // 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 | |||||
8 | namespace midis { | ||||
9 | |||||
10 | const int kMaxBufSize = 1024; | ||||
11 | |||||
12 | } // namespace midis | ||||
13 | |||||
14 | #endif // MIDIS_CONSTANTS_H_ |