summaryrefslogtreecommitdiff
path: root/core/fs/pxe/gpxeurl.c
blob: d030a8035164d1fb5446cad2c02f6f24f8e60c80 (plain)
1
2
3
4
5
6
7
8
9
10
#include "pxe.h"
#if GPXE

void gpxe_open(struct inode *inode, const char *url)
{
    (void)inode;
    (void)url;
}

#endif /* GPXE */