blob: 221c825b1ce756b2561815e50d3252fa6aeb5b21 [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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI_LINUX_NVRAM_H
8#define _UAPI_LINUX_NVRAM_H
9#include <linux/ioctl.h>
10#define NVRAM_INIT _IO('p', 0x40)
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define NVRAM_SETCKS _IO('p', 0x41)
12#define NVRAM_FIRST_BYTE 14
Tao Baod7db5942015-01-28 10:07:51 -080013#define NVRAM_OFFSET(x) ((x) - NVRAM_FIRST_BYTE)
Ben Cheng655a7c02013-10-16 16:09:24 -070014#endif