Ignore:
Timestamp:
Jan 3, 2006, 11:33:10 PM (20 years ago)
Author:
vladest
Message:

(Patches by Ruediger Ihle)
Support for IRQs > 15
Fixed resource manager registration
Fixed crash on APM suspend/resume and system shutdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/asm/string.h

    r32 r63  
    1010int   strncmp (const char *string1, const char *string2, size_t count);
    1111
     12size_t strlcpy(char *dst, const char *src, size_t size);
     13
    1214#endif
    1315
Note: See TracChangeset for help on using the changeset viewer.