Home | History | Annotate | Line # | Download | only in ofwboot
      1  1.1  aymeric #ifndef NET_H_
      2  1.1  aymeric #define NET_H_
      3  1.1  aymeric 
      4  1.1  aymeric struct of_dev;
      5  1.1  aymeric 
      6  1.1  aymeric int net_open(struct of_dev *);
      7  1.1  aymeric int net_close(struct of_dev *);
      8  1.1  aymeric 
      9  1.1  aymeric #endif /* NET_H_ */
     10