mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-04 07:53:36 +01:00
10 lines
174 B
C
10 lines
174 B
C
|
#ifndef __BITS_CPUCAP_H__
|
||
|
# define __BITS_CPUCAP_H__
|
||
|
|
||
|
#include <bits/asm/cpucap.h>
|
||
|
|
||
|
/* CPU flags determined at runtime. */
|
||
|
extern int __cpucap;
|
||
|
|
||
|
#endif /*__BITS_CPUCAP_H__*/
|