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 | |
Prashant Malani | fb9d737 | 2017-06-22 00:50:19 -0700 | [diff] [blame] | 10 | const int kMaxBufSize = 4096; |
Prashant Malani | a11c9ce | 2017-05-19 19:16:57 -0700 | [diff] [blame] | 11 | |
| 12 | } // namespace midis |
| 13 | |
| 14 | #endif // MIDIS_CONSTANTS_H_ |