https://github.com/torvalds/linux
Raw File
Tip revision: d4c74aa0b9ea812df95f4804aae3504468e16a50 authored by LapplandsCohan on 07 July 2019, 15:09:40 UTC
Update cp210x.c
Tip revision: d4c74aa
locking-selftest-mutex.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top