master/xmldev.c
changeset 758 8fa6f825eb7d
parent 489 25028ca10fdb
equal deleted inserted replaced
757:6210c4260899 758:8fa6f825eb7d
    42 
    42 
    43 #include "master.h"
    43 #include "master.h"
    44 #include "xmldev.h"
    44 #include "xmldev.h"
    45 
    45 
    46 /*****************************************************************************/
    46 /*****************************************************************************/
       
    47 
       
    48 /** \cond */
    47 
    49 
    48 static char *test_str = "hello world!\n";
    50 static char *test_str = "hello world!\n";
    49 
    51 
    50 int ecxmldev_open(struct inode *, struct file *);
    52 int ecxmldev_open(struct inode *, struct file *);
    51 int ecxmldev_release(struct inode *, struct file *);
    53 int ecxmldev_release(struct inode *, struct file *);
   167 		       loff_t *f_pos)
   169 		       loff_t *f_pos)
   168 {
   170 {
   169     return -EFAULT;
   171     return -EFAULT;
   170 }
   172 }
   171 
   173 
       
   174 /** \endcond */
       
   175 
   172 /*****************************************************************************/
   176 /*****************************************************************************/