dcc42b94b423975d4095c93712d3b68bd0593c20
[libfirm] / ir / be / beraextern.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                17.01.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  *
7  * Implementation of the RA-Interface for an external, non-SSA register allocator
8  */
9
10 #ifndef _BERAEXTERN_H
11 #define _BERAEXTERN_H
12
13 #include "bera.h"
14
15 const be_ra_t be_ra_external_allocator;
16
17 #endif