1 /* arm_features.h -- ARM processor features detection. 2 * 3 * Copyright 2018 The Chromium Authors. All rights reserved. 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the Chromium source repository LICENSE file. 6 */ 7 8 #include "zlib.h" 9 10 extern int arm_cpu_enable_crc32; 11 extern int arm_cpu_enable_pmull; 12 13 void arm_check_features(void); 14