• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* power.h -- check for POWER CPU features
2  * Copyright (C) 2020 Matheus Castanho <msc@linux.ibm.com>, IBM
3  * For conditions of distribution and use, see copyright notice in zlib.h
4  */
5 
6 #ifndef POWER_H_
7 #define POWER_H_
8 
9 extern int power_cpu_has_arch_2_07;
10 
11 void Z_INTERNAL power_check_features(void);
12 
13 #endif /* POWER_H_ */
14