Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 0ecfebd2b52404ae0c54a878c872bb93363ada36 authored by Linus Torvalds on 07 July 2019, 22:41:56 UTC
Linux 5.2
Tip revision: 0ecfebd
spmi.h
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
 */
#ifndef __DT_BINDINGS_SPMI_H
#define __DT_BINDINGS_SPMI_H

#define SPMI_USID	0
#define SPMI_GSID	1

#endif
back to top