mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Remove warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2375 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -99,7 +99,7 @@ static int wdt_open(struct file *filep);
|
|||||||
static int wdt_close(struct file *filep);
|
static int wdt_close(struct file *filep);
|
||||||
static ssize_t wdt_read(struct file *filep, char *buffer, size_t buflen);
|
static ssize_t wdt_read(struct file *filep, char *buffer, size_t buflen);
|
||||||
static ssize_t wdt_write(struct file *filep, const char *buffer, size_t buflen);
|
static ssize_t wdt_write(struct file *filep, const char *buffer, size_t buflen);
|
||||||
static int wdt_ioctl(struct file *filep, int cmd, uint32_t arg);
|
static int wdt_ioctl(FAR struct file *filp, int cmd, unsigned long arg);
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
@@ -288,7 +288,7 @@ static ssize_t wdt_write(struct file *filep, const char *buffer, size_t buflen)
|
|||||||
* Name: wdt_ioctl
|
* Name: wdt_ioctl
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
static int wdt_ioctl(struct file *filep, int cmd, uint32_t arg)
|
static int wdt_ioctl(FAR struct file *filp, int cmd, unsigned long arg)
|
||||||
{
|
{
|
||||||
dbg("ioctl Call: cmd=0x%x arg=0x%x", cmd, arg);
|
dbg("ioctl Call: cmd=0x%x arg=0x%x", cmd, arg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user