2 * Copyright (c) 2013 Google, Inc
4 * SPDX-License-Identifier: GPL-2.0+
10 void dm_warn(const char *fmt, ...)
19 void dm_dbg(const char *fmt, ...)
28 int list_count_items(struct list_head *head)
30 struct list_head *node;
33 list_for_each(node, head)