Move from header to implementation

This commit is contained in:
Denis Kenzior 2010-02-23 00:39:24 -06:00
parent 066dc51f85
commit 077cfe284e
2 changed files with 2 additions and 2 deletions

View File

@ -63,6 +63,8 @@ struct opl_operator {
#define ADM 4
#define NEV 15
#define ROOTMF 0x3F00
static struct sim_ef_info ef_db[] = {
{ 0x2F05, ROOTMF, BINARY, 0, ALW, PIN },
{ 0x2F06, ROOTMF, RECORD, 0, ALW, PIN },

View File

@ -95,8 +95,6 @@ struct ber_tlv_iter {
const unsigned char *data;
};
#define ROOTMF 0x3F00
void ber_tlv_iter_init(struct ber_tlv_iter *iter, const unsigned char *pdu,
unsigned int len);
/*