abort.h (338B)
1 // Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com> 2 // SPDX-License-Identifier: Apache-2.0 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 #ifndef HIGHWAY_HWY_ABORT_H_ 6 #define HIGHWAY_HWY_ABORT_H_ 7 8 // Empty header for compatibility. 9 // All Abort/Warn functionalities are in base.h. 10 11 #endif // HIGHWAY_HWY_ABORT_H_