8 lines
89 B
C
8 lines
89 B
C
#ifndef __REG_ALLOC_H__
|
|
#define __REG_ALLOC_H__
|
|
|
|
typedef struct {
|
|
|
|
} reg_alloc_t;
|
|
|
|
#endif |