Change-Id: Id3d0a28a94f52a8f9d2c72fe41e633761557951f
/*
- * Copyright (C) 2019 The LineageOS Project
+ * Copyright (C) 2019-2022 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License.
*/
-#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
-#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
+#pragma once
#include <chrono>
#include <thread>
} // namespace biometrics
} // namespace hardware
} // namespace android
-
-#endif // ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2020 The LineageOS Project
-#ifndef SAMSUNG_FINGERPRINT_CONSTANTS_H
-#define SAMSUNG_FINGERPRINT_CONSTANTS_H
+#pragma once
// Fingerprint requests
#define FINGERPRINT_REQUEST_ENROLL_SESSION 1002
#define SEM_SENSOR_STATUS_ERROR 100042
#define SEM_SENSOR_STATUS_OK 100040
#define SEM_SENSOR_STATUS_WORKING 100041
-
-#endif // SAMSUNG_FINGERPRINT_CONSTANTS_H