Subversion Repositories Kolibri OS

Rev

Rev 6456 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6456 Rev 6495
Line 1... Line 1...
1
#ifndef KOLIBRI_BOXLIB_H
1
#ifndef KOLIBRI_BOXLIB_H
2
#define KOLIBRI_BOXLIB_H
2
#define KOLIBRI_BOXLIB_H
Line 3... Line -...
3
 
-
 
4
extern int init_boxlib_asm(void); 
-
 
5
 
3
 
6
int kolibri_boxlib_init(void)
-
 
7
{
-
 
8
  int asm_init_status = init_boxlib_asm();
-
 
9
  
-
 
10
  /* just return asm_init_status? or return init_boxlib_asm() ?*/
-
 
11
 
-
 
12
  if(asm_init_status == 0)
-
 
13
    return 0;
-
 
14
  else
-
 
15
    return 1;
-
 
Line 16... Line 4...
16
}
4
extern int kolibri_boxlib_init(void);