summaryrefslogtreecommitdiff
path: root/cesar/maximus/processors/processors.h
blob: 801e075747a48f694b5fab07630e43b31dde3d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef maximus_processors_processors_h
#define maximus_processors_processors_h
/* Maximus project {{{
 *
 * Copyright (C) 2012 MStar Semiconductor
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    maximus/processors/processors.h
 * \ingroup maximus_processors
 *
 */
class Processor;

class PhyProcessor;
class FunctionCallProcessor;
class ClockProcessor;
class SystemProcessor;
class EthernetProcessor;

#endif /* maximus_processors_processors_h */