1 // SPDX-License-Identifier: GPL-2.0 2 #include <linux/list.h> 3 #include <pmus.h> 4 5 LIST_HEAD(pmus); 6