X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fgpu%2Farm%2Fmali400%2Fmali%2Fcommon%2Fmali_osk.h;fp=drivers%2Fgpu%2Farm%2Fmali400%2Fmali%2Fcommon%2Fmali_osk.h;h=5c20fc32993f0e29fc75d03d874ab7ba9a315fc9;hb=25b0332fe62be1cbb384bb1094aa30848d4a5c0c;hp=4c9e57cba18f26f1f3e914895ccfeeba7561a10c;hpb=fe2c9f20c2a9f0e2243bcfce76529e8956ecf657;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/gpu/arm/mali400/mali/common/mali_osk.h b/drivers/gpu/arm/mali400/mali/common/mali_osk.h index 4c9e57cba18f..5c20fc32993f 100755 --- a/drivers/gpu/arm/mali400/mali/common/mali_osk.h +++ b/drivers/gpu/arm/mali400/mali/common/mali_osk.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 ARM Limited. All rights reserved. + * Copyright (C) 2010-2016 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. @@ -16,6 +16,7 @@ #ifndef __MALI_OSK_H__ #define __MALI_OSK_H__ +#include #include "mali_osk_types.h" #include "mali_osk_specific.h" /* include any per-os specifics */ #include "mali_osk_locks.h" @@ -50,6 +51,8 @@ extern "C" { #define MALI_DEBUG_ASSERT_LOCK_HELD(l) do {} while(0) #endif +#define _mali_osk_ctxprintf seq_printf + /** @} */ /* end group _mali_osk_lock */ /** @addtogroup _mali_osk_miscellaneous @@ -1237,17 +1240,6 @@ void _mali_osk_dbgmsg(const char *fmt, ...); */ u32 _mali_osk_snprintf(char *buf, u32 size, const char *fmt, ...); -/** @brief Print fmt into print_ctx. - * - * The interpretation of \a fmt is the same as the \c format parameter in - * _mali_osu_vsnprintf(). - * - * @param print_ctx a pointer to the result file buffer - * @param fmt a _mali_osu_vsnprintf() style format string - * @param ... a variable-number of parameters suitable for \a fmt - */ -void _mali_osk_ctxprintf(_mali_osk_print_ctx *print_ctx, const char *fmt, ...); - /** @brief Abnormal process abort. * * Terminates the caller-process if this function is called.