Subversion Repositories Kolibri OS

Rev

Rev 5096 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5096 Rev 5270
Line 5... Line 5...
5
#include 
5
#include 
6
#include 
6
#include 
7
#include 
7
#include 
8
 
8
 
Line 9... Line -...
9
#define pr_debug dbgprintf
-
 
10
#define pr_info  printf
-
 
11
 
-
 
12
static void *dmi_alloc(unsigned len)
9
static void *dmi_alloc(unsigned len)
13
{
10
{
14
    return malloc(len);
11
    return __builtin_malloc(len);
15
};
12
};
Line 16... Line 13...
16
 
13
 
17
/*
14
/*
18
 * DMI stands for "Desktop Management Interface".  It is part
15
 * DMI stands for "Desktop Management Interface".  It is part