blob: 00d9f4346f2d80a3bc21a61f603e8148455f868b [file] [log] [blame]
/*
* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* utils: various utility functions.
*/
#ifndef LIBQMI_UTIL_H
#define LIBQMI_UTIL_H
#include <stddef.h>
/**
* Prints len bytes at buf to stderr in hex.
*/
void hexdump(const char *buf, size_t len);
#endif /* LIBQMI_UTIL_H */