// Copyright 2016 The Chromium OS Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef BIOD_FAKE_BIOMETRIC_COMMON_H_ | |
#define BIOD_FAKE_BIOMETRIC_COMMON_H_ | |
#define FAKE_BIOMETRIC_MAGIC_BYTES 0xFF, 0xFC, 0xFE, 0xFD | |
#endif // BIOD_FAKE_BIOMETRIC_COMMON_H_ |