Ignore:
Timestamp:
Feb 2, 2016, 9:54:35 PM (8 years ago)
Author:
coas-nagasima
Message:

SDカードの中身を/~/でアクセスできるよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/uip/apps/webserver/httpd-fs.h

    r108 r154  
    4141  int pos;
    4242  int len;
     43  int drv;
    4344  const char *name;
    44   char fs[64/*>sizeof(FATFS)*/];
     45  void *fs;
    4546};
    4647
    4748/* file must be allocated by caller and will be filled in
    4849   by the function. */
    49 int httpd_fs_open(const char *name, struct httpd_fs_file *file);
     50int httpd_fs_open(int drv, const char *name, struct httpd_fs_file *file);
    5051int httpd_fs_read(struct httpd_fs_file *file, void *dst, int len);
    5152
Note: See TracChangeset for help on using the changeset viewer.