#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__*/