blob: 39dfd64378b983ed6ee51f37cdd8e5beecf78b1d [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris525ce912017-07-26 13:12:53 -07007#ifndef _ASM_X86_HWCAP2_H
8#define _ASM_X86_HWCAP2_H
Christopher Ferris3a39c0b2021-09-02 00:03:38 +00009#include <linux/const.h>
10#define HWCAP2_RING3MWAIT _BITUL(0)
11#define HWCAP2_FSGSBASE _BITUL(1)
Christopher Ferris82d75042015-01-26 10:57:07 -080012#endif