?login_element?

Subversion Repositories NedoOS

Rev

Rev 389 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #include <stdint.h>
  2.  
  3. #include "global.h"
  4.  
  5. struct global g;
  6.  
  7. void init_global(void)
  8. {
  9.         g.prebuf = 100;
  10.  
  11.         g.syncchk = 0;
  12.  
  13.         g.framechk = 0;
  14. }
  15.  
  16.