https://github.com/torvalds/linux
Raw File
Tip revision: 51e588c515594386bd52f05c050ee07b182f8284 authored by josemic on 27 November 2019, 21:47:32 UTC
Update j1939.rst
Tip revision: 51e588c
locking-selftest-spin.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top