Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1/*
 2 * This program is free software; you can redistribute it and/or modify
 3 * it under the terms of the GNU General Public License, version 2, as
 4 * published by the Free Software Foundation.
 5 *
 6 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
 7 */
 8
 9#ifndef _ASM_PPC_TRACE_CLOCK_H
10#define _ASM_PPC_TRACE_CLOCK_H
11
12#include <linux/compiler.h>
13#include <linux/types.h>
14
15extern u64 notrace trace_clock_ppc_tb(void);
16
17#define ARCH_TRACE_CLOCKS { trace_clock_ppc_tb, "ppc-tb", 0 },
18
19#endif  /* _ASM_PPC_TRACE_CLOCK_H */