Subversion Repositories Kolibri OS

Rev

Rev 6588 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6588 Rev 7143
Line 3... Line 3...
3
 * Name: acoutput.h -- debug output
3
 * Name: acoutput.h -- debug output
4
 *
4
 *
5
 *****************************************************************************/
5
 *****************************************************************************/
Line 6... Line 6...
6
 
6
 
7
/*
7
/*
8
 * Copyright (C) 2000 - 2015, Intel Corp.
8
 * Copyright (C) 2000 - 2016, Intel Corp.
9
 * All rights reserved.
9
 * All rights reserved.
10
 *
10
 *
11
 * Redistribution and use in source and binary forms, with or without
11
 * Redistribution and use in source and binary forms, with or without
12
 * modification, are permitted provided that the following conditions
12
 * modification, are permitted provided that the following conditions
Line 260... Line 260...
260
 */
260
 */
261
#ifndef ACPI_GET_FUNCTION_NAME
261
#ifndef ACPI_GET_FUNCTION_NAME
262
#define ACPI_GET_FUNCTION_NAME          _acpi_function_name
262
#define ACPI_GET_FUNCTION_NAME          _acpi_function_name
Line 263... Line 263...
263
 
263
 
264
/*
264
/*
265
 * The Name parameter should be the procedure name as a quoted string.
265
 * The Name parameter should be the procedure name as a non-quoted string.
266
 * The function name is also used by the function exit macros below.
266
 * The function name is also used by the function exit macros below.
267
 * Note: (const char) is used to be compatible with the debug interfaces
267
 * Note: (const char) is used to be compatible with the debug interfaces
268
 * and macros such as __func__.
268
 * and macros such as __func__.
269
 */
269
 */